mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-25 09:31:30 +00:00
8 lines
233 B
Plaintext
8 lines
233 B
Plaintext
#define TICK_LIMIT_RUNNING 80
|
|
#define TICK_LIMIT_TO_RUN 78
|
|
#define TICK_LIMIT_MC 70
|
|
#define TICK_LIMIT_MC_INIT_DEFAULT 98
|
|
|
|
#define TICK_CHECK ( world.tick_usage > Master.current_ticklimit )
|
|
#define CHECK_TICK if TICK_CHECK stoplag()
|