687c3d25c2
Yet another MTG-ism baked into builtin that needs to be monkey-patched out. At least in this case there's an API for it.
7 lines
234 B
Lua
7 lines
234 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local minetest
|
|
= minetest
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
function minetest.is_creative_enabled() return false end
|