Revert version change in init.lua

This commit is contained in:
1F616EMO 2024-09-01 07:22:22 +08:00
parent 5dafdeea48
commit 45ef266667
No known key found for this signature in database
GPG key ID: EF52EFA8E05859B2

View file

@ -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")