mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-03 04:16:19 -04:00
Added buffs, added total play time to character sheet
This commit is contained in:
@@ -36,7 +36,6 @@ public class UpdateTransformMessage extends SWGMessage {
|
||||
private int movementCounter;
|
||||
private byte direction;
|
||||
private float speed;
|
||||
private byte combatFlag;
|
||||
|
||||
public UpdateTransformMessage(long objectId, short x, short y, short z, int movementCounter, byte direction, float speed) {
|
||||
this.objectId = objectId;
|
||||
|
||||
Reference in New Issue
Block a user