mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Since removing the unnecessary sleeps from zombie_generate, player_spawnCheck can now be called instead of spawned.
8 lines
99 B
Plaintext
8 lines
99 B
Plaintext
#include "scheduler.hpp"
|
|
|
|
sched_spawnCheck = {
|
|
HIDE_FSM_VARS
|
|
call player_spawnCheck;
|
|
objNull
|
|
};
|