Added move Inventory

This commit is contained in:
Cooldude2606
2018-01-06 21:24:36 +00:00
parent 32fb9f2ba1
commit 2151ad7fa5
2 changed files with 43 additions and 0 deletions

View File

@@ -223,6 +223,7 @@ function Admin.temp_ban(player,by_player,reason)
['Reason:']=append_name(reason,by_player_name)
}
game.print({'reports.temp-ban',player.name,by_player_name,reason},defines.text_color.info)
Admin.move_inventory(player)
Ranking._presets().last_jail = player.name
Ranking.give_rank(player,'Jail',by_player_name)
end