You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/com/oldscape/server/game/model/sync/task/PostPlayerSynchronizationTask.java
-1
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,6 @@ public PostPlayerSynchronizationTask(Player player) {
31
31
publicvoidrun() {
32
32
if(player.isTeleporting()) {
33
33
player.setTeleporting(false);
34
-
player.addBlock(SynchronizationBlock.createMovementTypeBlock(player.getWalkingQueue().runningQueue(), player.isTeleporting()));//TODO is this the best way to do this?
player.addBlock(SynchronizationBlock.createMovementTypeBlock(player.getWalkingQueue().runningQueue(), player.isTeleporting()));//TODO is this the best way to do this?
53
-
}
54
-
55
-
if (!player.hasLastKnownPosition() || needsRegionUpdate()) {
56
-
player.setRegionChange(true);
57
-
58
-
Positionposition = player.getPosition();
59
-
System.out.println("Sending position "+position.toString());
0 commit comments