Added /tag and /tag-clear

This commit is contained in:
Cooldude2606
2019-03-04 19:01:34 +00:00
parent d6aa2e0225
commit 08038272b6
7 changed files with 41 additions and 9 deletions

View File

@@ -94,7 +94,7 @@ end)
Commands.add_parse('player',function(input,player,reject)
if not input then return end -- nil check
local input_player = Game.get_player_from_any(input)
if not player then
if not input_player then
return reject{'expcore-commands.reject-player',input}
else
return input_player