From 2f79f74d2da6c1f963bd24ca69708b1e0ffa2226 Mon Sep 17 00:00:00 2001 From: ZZYZX Date: Thu, 2 Feb 2017 22:14:22 +0200 Subject: [PATCH] Fixed condition --- src/g_level.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g_level.cpp b/src/g_level.cpp index ae00a80fa..6ae23473f 100644 --- a/src/g_level.cpp +++ b/src/g_level.cpp @@ -1370,7 +1370,7 @@ void G_FinishTravel () FBehavior::StaticStartTypedScripts(SCRIPT_Return, pawns[i], true); } } - else + else if (!level.FromSnapshot) { for (int i = 0; i < pawnsnum; i++) {