- Fixed ACS Singleplayer for non-net multiplayer.

This commit is contained in:
Edoardo Prezioso 2016-06-19 12:34:34 +02:00 committed by Christoph Oelckers
parent 8cf150e68a
commit de55d693f9
1 changed files with 1 additions and 1 deletions

View File

@ -8130,7 +8130,7 @@ scriptwait:
break;
case PCD_SINGLEPLAYER:
PushToStack (!netgame);
PushToStack (!multiplayer);
break;
// [BC] End ST PCD's