mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
Overhauled Mounts (still buggy)
This commit is contained in:
@@ -142,6 +142,9 @@ public class PlayerObject extends IntangibleObject {
|
||||
|
||||
private byte godLevel = 0;
|
||||
|
||||
@NotPersistent
|
||||
private boolean callingCompanion = false;
|
||||
|
||||
public PlayerObject() {
|
||||
super();
|
||||
messageBuilder = new PlayerMessageBuilder(this);
|
||||
@@ -864,4 +867,12 @@ public class PlayerObject extends IntangibleObject {
|
||||
}
|
||||
}
|
||||
|
||||
public boolean isCallingCompanion() {
|
||||
return callingCompanion;
|
||||
}
|
||||
|
||||
public void setCallingCompanion(boolean callingCompanion) {
|
||||
this.callingCompanion = callingCompanion;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user