lazarr/mods/no_multiplayer/init.lua

6 lines
186 B
Lua

local S = minetest.get_translator("no_multiplayer")
if not minetest.is_singleplayer() then
error(S("This is not a multiplayer game! Please disable server hosting and try again."))
end