Attack of the grammer nazi

This commit is contained in:
LoneWolfHT 2020-09-24 15:44:35 -07:00 committed by GitHub
parent 46679b8291
commit 23c5b51c0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)