mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-19 05:53:00 +00:00
5 lines
208 B
Plaintext
5 lines
208 B
Plaintext
#define TICK_LIMIT_RUNNING 90
|
|
#define TICK_LIMIT_TO_RUN 85
|
|
|
|
#define TICK_CHECK ( world.tick_usage > TICK_LIMIT_RUNNING ? stoplag() : 0 )
|
|
#define CHECK_TICK if(world.tick_usage > TICK_LIMIT_RUNNING) stoplag() |