fix again killme detection command if mods are present

master
mckaygerhard 2023-06-22 00:59:28 -04:00
parent 1a25157990
commit 4924834860
1 changed files with 1 additions and 1 deletions

View File

@ -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", {
description = "Kill player or yourselft to respawn",
func = function(name)