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++) {