mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-01-06 23:51:17 +00:00
Fixed respawners
This commit is contained in:
parent
506d7dad55
commit
6ab992446d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue