From 4924834860537beac9994eb9b3b10a28622fc270 Mon Sep 17 00:00:00 2001 From: mckaygerhard Date: Thu, 22 Jun 2023 00:59:28 -0400 Subject: [PATCH] fix again killme detection command if mods are present --- commands.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.lua b/commands.lua index 3e84c59..574f7bd 100644 --- a/commands.lua +++ b/commands.lua @@ -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)