Fixed condition

This commit is contained in:
ZZYZX 2017-02-02 22:14:22 +02:00
parent dae4a48574
commit 2f79f74d2d
1 changed files with 1 additions and 1 deletions

View File

@ -1370,7 +1370,7 @@ void G_FinishTravel ()
FBehavior::StaticStartTypedScripts(SCRIPT_Return, pawns[i], true); FBehavior::StaticStartTypedScripts(SCRIPT_Return, pawns[i], true);
} }
} }
else else if (!level.FromSnapshot)
{ {
for (int i = 0; i < pawnsnum; i++) for (int i = 0; i < pawnsnum; i++)
{ {