mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-04-30 05:01:41 -04:00
Revert version change in init.lua
This commit is contained in:
parent
5dafdeea48
commit
45ef266667
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ default.get_translator = S
|
||||||
-- and avoids obscure, hard to debug runtime errors.
|
-- and avoids obscure, hard to debug runtime errors.
|
||||||
-- This section should be updated before release and older checks can be dropped
|
-- This section should be updated before release and older checks can be dropped
|
||||||
-- when newer ones are introduced.
|
-- 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 "..
|
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 "..
|
"(which is too old). You should download a version of Minetest Game that "..
|
||||||
"matches the installed engine version.\n")
|
"matches the installed engine version.\n")
|
||||||
|
|
Loading…
Add table
Reference in a new issue