mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-09-23 08:13:45 -04:00
Removed unnecessary comment
This commit is contained in:
@@ -92,8 +92,6 @@ public class PlayerObject extends IntangibleObject {
|
||||
private long petId = 0;
|
||||
private SWGList<String> petAbilities = new SWGList<>(BaselineType.PLAY, 9, 21);
|
||||
private SWGList<String> activePetAbilities = new SWGList<>(BaselineType.PLAY, 9, 22);
|
||||
|
||||
// Ziggy: Non-PLAY0x variable
|
||||
private int startPlayTime;
|
||||
|
||||
public PlayerObject(long objectId) {
|
||||
|
||||
Reference in New Issue
Block a user