From 0c4039dd1c94fad40987dcc471ddeaeca14be2c8 Mon Sep 17 00:00:00 2001 From: mckaygerhard Date: Thu, 22 Jun 2023 21:23:44 -0400 Subject: [PATCH] minor sintax --- init.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 0634d4d..50fdc87 100644 --- a/init.lua +++ b/init.lua @@ -68,6 +68,9 @@ end + +--[[ init - namespace of the mod and varible usages ]] + governing = {} 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.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 ]]