Fixed respawners

This commit is contained in:
MysterD 2022-03-25 22:45:40 -07:00
parent 506d7dad55
commit 6ab992446d
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ void bhv_respawner_loop(void) {
} }
void create_respawner(s32 model, const BehaviorScript *behToSpawn, s32 minSpawnDist) { void create_respawner(s32 model, const BehaviorScript *behToSpawn, s32 minSpawnDist) {
if (!(o->coopFlags & COOP_OBJ_FLAG_LUA)) { if ((o->coopFlags & (COOP_OBJ_FLAG_LUA | COOP_OBJ_FLAG_NETWORK))) {
return; return;
} }