Skip to content

Commit

Permalink
Revert version change in init.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Emojigit committed Aug 31, 2024
1 parent 5dafdee commit 45ef266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/default/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ default.get_translator = S
-- and avoids obscure, hard to debug runtime errors.
-- This section should be updated before release and older checks can be dropped
-- when newer ones are introduced.
if not minetest.features.node_interaction_actor then
if ItemStack("").add_wear_by_uses == nil then
error("\nThis version of Minetest Game is incompatible with your engine version "..
"(which is too old). You should download a version of Minetest Game that "..
"matches the installed engine version.\n")
Expand Down

0 comments on commit 45ef266

Please sign in to comment.