From cf28a6d2de8cc2f20fb3d62d23501942e1d8b55c Mon Sep 17 00:00:00 2001 From: ChocoTaco1 Date: Sun, 3 Jul 2022 12:20:39 -0400 Subject: [PATCH] Test Func --- Classic/scripts/autoexec/flagTunnelingFix.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Classic/scripts/autoexec/flagTunnelingFix.cs b/Classic/scripts/autoexec/flagTunnelingFix.cs index 822d5cc..69e2393 100644 --- a/Classic/scripts/autoexec/flagTunnelingFix.cs +++ b/Classic/scripts/autoexec/flagTunnelingFix.cs @@ -32,7 +32,6 @@ package flagFix{ function CTFGame::startMatch(%game){ parent::startMatch(%game); - %game.setupFlagTrig(); if(!isEventPending(Game.flagLoop)){ %game.atHomeFlagLoop(); } @@ -40,7 +39,6 @@ package flagFix{ function SCtFGame::startMatch(%game){ parent::startMatch(%game); - %game.setupFlagTrig(); if(!isEventPending(Game.flagLoop)){ %game.atHomeFlagLoop(); } @@ -49,7 +47,6 @@ package flagFix{ function PracticeCTFGame::startMatch(%game){ parent::startMatch(%game); - %game.setupFlagTrig(); if(!isEventPending(Game.flagLoop)){ %game.atHomeFlagLoop(); }