mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +09:00
Another Bug Bash
This commit is contained in:
@@ -25,5 +25,6 @@ commands.add_command('unjail', 'Returns a player\'s old rank', {
|
||||
}, function(event,args)
|
||||
local player = args.player
|
||||
if Admin.is_banned(player,true) ~= 'jail' then player_return({'ExpGamingAdmin.cant-report-ban',args.player.name}) return commands.error end
|
||||
Admin.set_banned(player,false)
|
||||
Server.interface(Role.revert,true,player,event.player_index,2)
|
||||
end)
|
||||
Reference in New Issue
Block a user