fix again killme detection command if mods are present
This commit is contained in:
parent
1a25157990
commit
4924834860
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
if not goberning.modkillme and not goberning.modcommand then
|
if not governing.modkillme and not governing.modcommand then
|
||||||
minetest.register_chatcommand("killme", {
|
minetest.register_chatcommand("killme", {
|
||||||
description = "Kill player or yourselft to respawn",
|
description = "Kill player or yourselft to respawn",
|
||||||
func = function(name)
|
func = function(name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user