From 23c5b51c0fd64467f7ba8e501d0e592123ac04e6 Mon Sep 17 00:00:00 2001 From: LoneWolfHT Date: Thu, 24 Sep 2020 15:44:35 -0700 Subject: [PATCH] Attack of the grammer nazi --- no_newplayers/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/no_newplayers/init.lua b/no_newplayers/init.lua index bf4e870..b1077b5 100644 --- a/no_newplayers/init.lua +++ b/no_newplayers/init.lua @@ -10,7 +10,7 @@ minetest.register_on_prejoinplayer(function(name, ip) end) minetest.register_chatcommand("no_newplayers", { - description = "Toggle/Check wether new players are allowed or not", + description = "Toggle/Check whether new players are allowed or not", params = "[yes/no/show]", privs = {ban = true}, func = function(name, param)