7 lines
234 B
Lua
7 lines
234 B
Lua
|
-- LUALOCALS < ---------------------------------------------------------
|
||
|
local minetest
|
||
|
= minetest
|
||
|
-- LUALOCALS > ---------------------------------------------------------
|
||
|
|
||
|
function minetest.is_creative_enabled() return false end
|