public variable
This commit is contained in:
@@ -160,7 +160,7 @@ public class PlayerCharacter extends AbstractCharacter {
|
|||||||
private boolean asciiLastName = true;
|
private boolean asciiLastName = true;
|
||||||
private int spamCount = 0;
|
private int spamCount = 0;
|
||||||
private boolean initialized = false;
|
private boolean initialized = false;
|
||||||
private boolean enteredWorld = false;
|
public boolean enteredWorld = false;
|
||||||
private boolean canBreathe = true;
|
private boolean canBreathe = true;
|
||||||
private String hash;
|
private String hash;
|
||||||
private ArrayList<GuildHistory> guildHistory = new ArrayList<>();
|
private ArrayList<GuildHistory> guildHistory = new ArrayList<>();
|
||||||
|
|||||||
Reference in New Issue
Block a user