From 7e276cac52459b87aeabcca2290c3a47420ff6b7 Mon Sep 17 00:00:00 2001 From: Beu Date: Wed, 12 Jul 2023 13:28:02 +0200 Subject: [PATCH] also reset variable at the beginning of a map --- LastManStanding.Script.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LastManStanding.Script.txt b/LastManStanding.Script.txt index 44c5afa..4c50d2b 100644 --- a/LastManStanding.Script.txt +++ b/LastManStanding.Script.txt @@ -197,6 +197,8 @@ declare netwrite Integer Net_TimeBeforeMalus for Teams[0] = -1; declare netwrite Integer Net_RoundsPerMap for Teams[0] = 0; declare netwrite Integer Net_CurrentRoundNb for Teams[0] = 0; +ResetNetworkVariables(); + // Map Intro declare Boolean MapIsCompatible; declare CMapLandmark[] Landmarks = Map::GetFinishesAndMultilaps();