fix killme command right registration
This commit is contained in:
parent
ad6e49f63f
commit
eec3e6e1b7
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user