mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-06-18 03:43:41 +01:00
5 lines
209 B
Plaintext
5 lines
209 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() |