From eec3e6e1b786d7bd6cef7fc489554917af81da57 Mon Sep 17 00:00:00 2001 From: mckaygerhard Date: Thu, 22 Jun 2023 00:39:31 -0400 Subject: [PATCH] fix killme command right registration --- README.md | 9 ++++++--- commands.lua | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 714acb1..b370237 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,16 @@ Information @mckaygerhard PICCORO's improvement administration combo and commands for minetest -## Technical info ------------------ - This mod attempts to be an improvement administration combo, but minimized as a light version of some other tools like geoip, names-per-ip, antigrif, antihack, etc etc etc +## Technical info +----------------- + +This mod must be named `governing` and provides administrarion tools and +procedures to manage server. + Repository : https://git.minetest.io/minenux/minetest-mod-governing #### Configurations diff --git a/commands.lua b/commands.lua index 70c57ba..3e84c59 100644 --- a/commands.lua +++ b/commands.lua @@ -11,7 +11,7 @@ ---------------------------------------------------------------------------- -if not governing.modkillme then +if not goberning.modkillme and not goberning.modcommand then minetest.register_chatcommand("killme", { description = "Kill player or yourselft to respawn", func = function(name)