Fix the unjailing force not actually unjailing someone.

This commit is contained in:
graywolf336 2014-01-28 22:50:02 -06:00
parent 882f6c76cd
commit 2bea10259c

View File

@ -394,6 +394,7 @@ public class PrisonerManager {
if(player == null) {
//Player is offline, we just forcefully remove them from the database
pl.getJailIO().removePrisoner(jail, cell, prisoner);
jail.removePrisoner(prisoner);
}else {
try {
unJail(jail, cell, player, prisoner);