master
red-001 2016-02-04 19:09:44 +00:00
parent adb1e90c46
commit 6f3dfe7ebd
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ minetest.register_chatcommand("revokeme", {
minetest.register_chatcommand("giveall", {
params = "<privilege>|all",
description = "Give give item to all players online",
description = "Give item to all players online",
func = function(name, param)
if param == "" then
return false, "Invalid parameters (see /help giveall)"