diff --git a/src/p_acs.cpp b/src/p_acs.cpp index 5df4da472e..b71fa1702b 100644 --- a/src/p_acs.cpp +++ b/src/p_acs.cpp @@ -8130,7 +8130,7 @@ scriptwait: break; case PCD_SINGLEPLAYER: - PushToStack (!netgame); + PushToStack (!multiplayer); break; // [BC] End ST PCD's