Archived
0

убраны TODO комментарии

This commit is contained in:
2019-01-29 14:33:36 +03:00
parent 7c23e8c489
commit 3728140291
2 changed files with 0 additions and 6 deletions

View File

@@ -76,10 +76,5 @@ public class CoreEventListener {
event.getNewLocation().getY(),
event.getNewLocation().getZ()
);
// TODO отсылать клиенту только(!) для корректировки позиции
// SC_PlayerMoveEvent nextEvent = new SC_PlayerMoveEvent(event.getPlayer());
// nextEvent.setNewLocation(event.getNewLocation());
// EventBusGetter.INSTANCE.post(nextEvent);
}
}

View File

@@ -50,7 +50,6 @@ public class GameLoop extends Thread {
EventBus.getInstance().process();
/* TODO нужно перенести этот функционал на Network */
playerManager.getBroadcastChannel().sendTimeUpdate(
gameTimer.getGameTime(),
gameTimer.getWorldAge()