First attempt at unjailing a prisoner.
This commit is contained in:
@ -35,7 +35,7 @@ public class Prisoner {
|
||||
this.offlinePending = false;
|
||||
this.teleporting = false;
|
||||
this.previousPosition = null;
|
||||
this.previousGameMode = null;
|
||||
this.previousGameMode = GameMode.SURVIVAL;
|
||||
this.inventory = "";
|
||||
this.armor = "";
|
||||
}
|
||||
|
Reference in New Issue
Block a user