Added more saveVar()

This commit is contained in:
Cooldude2606
2017-04-08 19:12:32 +01:00
parent c3428e9a22
commit 75d76dc0ff
2 changed files with 2 additions and 1 deletions

View File

@@ -177,6 +177,7 @@ function jail(player,byplayer)
giveRank(player,rank,byplayer)
player.character.active = true
end
saveVar()
end
end
----------------------------------------------------------------------------------------