Add client/server time synchronization (movement desync correction + time-skip/desync anti-cheat)#388
Open
Krilliac wants to merge 2 commits into
Open
Add client/server time synchronization (movement desync correction + time-skip/desync anti-cheat)#388Krilliac wants to merge 2 commits into
Krilliac wants to merge 2 commits into
codefactor.io / CodeFactor
succeeded
Jun 21, 2026 in 5s
3 minor issues found.
Annotations
Check notice on line 212 in src/game/ChatCommands/AntiCheatCommands.cpp
codefactor-io / CodeFactor
src/game/ChatCommands/AntiCheatCommands.cpp#L212
Consider using strtok_r(...) instead of strtok(...) for improved thread safety. (runtime/threadsafe_fn)
Check notice on line 266 in src/game/ChatCommands/AntiCheatCommands.cpp
codefactor-io / CodeFactor
src/game/ChatCommands/AntiCheatCommands.cpp#L266
Consider using strtok_r(...) instead of strtok(...) for improved thread safety. (runtime/threadsafe_fn)
Check notice on line 211 in src/game/ChatCommands/AntiCheatCommands.cpp
codefactor-io / CodeFactor
src/game/ChatCommands/AntiCheatCommands.cpp#L211
Consider using strtok_r(...) instead of strtok(...) for improved thread safety. (runtime/threadsafe_fn)
Loading