minor sintax

This commit is contained in:
mckaygerhard 2023-06-22 21:23:44 -04:00
parent 2bafe12235
commit 0c4039dd1c

View File

@ -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 ]]