minor sintax
This commit is contained in:
parent
2bafe12235
commit
0c4039dd1c
5
init.lua
5
init.lua
@ -68,6 +68,9 @@ end
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
--[[ init - namespace of the mod and varible usages ]]
|
||||||
|
|
||||||
governing = {}
|
governing = {}
|
||||||
|
|
||||||
governing.is_46 = is_46 -- detect minetest engine 4.0.16 or mayor
|
governing.is_46 = is_46 -- detect minetest engine 4.0.16 or mayor
|
||||||
@ -89,7 +92,7 @@ governing.modkillme = modkillme -- if killme is present as mod if available, oth
|
|||||||
governing.modcommand = modcommand -- if same killme and commands is present as mod if available, otherwise we use own
|
governing.modcommand = modcommand -- if same killme and commands is present as mod if available, otherwise we use own
|
||||||
governing.checkapikey = checkapikey -- need for geoip improved ip information, then geoip normal will be used
|
governing.checkapikey = checkapikey -- need for geoip improved ip information, then geoip normal will be used
|
||||||
|
|
||||||
--[[ end namespace of the mod and varible usages ]]
|
--[[ end - namespace of the mod and varible usages ]]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user