]> git.localhorst.tv Git - blank.git/blobdiff - src/server/ClientConnection.hpp
centralize entity controllers
[blank.git] / src / server / ClientConnection.hpp
index 1a781c5dd6ad5dea7f88b033e4648bed6aee4550..0a5dcd034db106e0b868ae8fe82b9a9505636a5d 100644 (file)
@@ -109,7 +109,7 @@ private:
 
        EntityState player_update_state;
        std::uint16_t player_update_pack;
-       IntervalTimer player_update_timer;
+       CoarseTimer player_update_timer;
        std::uint8_t old_actions;
 
        ChunkTransmitter transmitter;