Removed unnecessary comment

This commit is contained in:
Ziggy
2015-05-10 03:02:54 +02:00
parent d08207936b
commit b74154c52b
@@ -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) {