Fixed GoTo on admin gui

This commit is contained in:
Cooldude2606
2018-05-19 16:57:48 +01:00
parent 92025e17c0
commit 1cb0814eb6
2 changed files with 3 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ function Admin.take_action(action,player,by_player,reason)
elseif action == 'Temp Ban' and Admin.temp_ban then Admin.temp_ban(player,by_player,reason)
elseif action == 'Kick' then Admin.kick(player,by_player,reason)
elseif action == 'Jail' then Admin.jail(player,by_player,reason)
elseif action == 'Go To' then Admin.go_to(player,by_player)
elseif action == 'GoTo' then Admin.go_to(player,by_player)
elseif action == 'Bring' then Admin.bring(player,by_player)
end
end