fix again killme detection command if mods are present

This commit is contained in:
mckaygerhard 2023-06-22 00:59:28 -04:00
parent 1a25157990
commit 4924834860

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