diff --git a/src/game/behaviors/corkbox.inc.c b/src/game/behaviors/corkbox.inc.c index 973cc709..b3c3e2a2 100644 --- a/src/game/behaviors/corkbox.inc.c +++ b/src/game/behaviors/corkbox.inc.c @@ -56,7 +56,7 @@ void bhv_respawner_loop(void) { } 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; }