Small Bugs Fixed

This commit is contained in:
Cooldude2606
2019-02-01 23:23:09 +00:00
parent 18cf8c79f4
commit a15875d8a0
5 changed files with 33 additions and 35 deletions

View File

@@ -40,6 +40,7 @@ function Admin.jail(player,by_player,reason)
['Reason:']=reason
} end
Role.meta.last_jail = player.name
player.vehicle = nil
Server.interface(Role.assign,true,player,'Jail',by_player.name)
Server.interface(Role.unassign,true,player,Role.get(player),by_player.name)
end