mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-02-22 15:33:36 +00:00
Test Func
This commit is contained in:
parent
e8fcfbba4b
commit
cf28a6d2de
1 changed files with 0 additions and 3 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue