mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-15 00:07:39 -04:00
Added proffessionWheelPosition delta, changed walkspeed, added skillmods
This commit is contained in:
@@ -343,6 +343,9 @@ public class PlayerObject extends IntangibleObject {
|
||||
synchronized(objectMutex) {
|
||||
this.professionWheelPosition = professionWheelPosition;
|
||||
}
|
||||
if (getContainer() != null && getContainer().getClient() != null && getContainer().getClient().getSession() != null) {
|
||||
getContainer().getClient().getSession().write(messageBuilder.buildProfessionWheelPositionDelta(professionWheelPosition));
|
||||
}
|
||||
}
|
||||
|
||||
public int getExperimentationFlag() {
|
||||
|
||||
Reference in New Issue
Block a user