fix killme command right registration

master
mckaygerhard 2023-06-22 00:39:31 -04:00
parent ad6e49f63f
commit eec3e6e1b7
2 changed files with 7 additions and 4 deletions

View File

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

View File

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