Removed version from Admin locale

This commit is contained in:
Cooldude2606
2018-09-09 19:26:03 +01:00
parent 46cf0b12dd
commit 9d9970369d
23 changed files with 40 additions and 40 deletions

View File

@@ -34,7 +34,7 @@ function Admin.temp_ban(player,by_player,reason)
['By:']='<<inline>>'..by_player_name,
['Reason:']=Admin.create_reason(reason,by_player_name)
} end
game.print({'ExpGamingAdmin@4-0-0.temp-ban',player.name,by_player_name,reason},defines.textcolor.info)
game.print({'ExpGamingAdmin.temp-ban',player.name,by_player_name,reason},defines.textcolor.info)
if Admin.move_inventory then Admin.move_inventory(player) end
Ranking.meta.last_jail = player.name
Server.interface(Ranking.give_rank,true,player,'Jail',by_player_name)