mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-13 15:14:34 +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){
|
function CTFGame::startMatch(%game){
|
||||||
parent::startMatch(%game);
|
parent::startMatch(%game);
|
||||||
%game.setupFlagTrig();
|
|
||||||
if(!isEventPending(Game.flagLoop)){
|
if(!isEventPending(Game.flagLoop)){
|
||||||
%game.atHomeFlagLoop();
|
%game.atHomeFlagLoop();
|
||||||
}
|
}
|
||||||
|
|
@ -40,7 +39,6 @@ package flagFix{
|
||||||
|
|
||||||
function SCtFGame::startMatch(%game){
|
function SCtFGame::startMatch(%game){
|
||||||
parent::startMatch(%game);
|
parent::startMatch(%game);
|
||||||
%game.setupFlagTrig();
|
|
||||||
if(!isEventPending(Game.flagLoop)){
|
if(!isEventPending(Game.flagLoop)){
|
||||||
%game.atHomeFlagLoop();
|
%game.atHomeFlagLoop();
|
||||||
}
|
}
|
||||||
|
|
@ -49,7 +47,6 @@ package flagFix{
|
||||||
|
|
||||||
function PracticeCTFGame::startMatch(%game){
|
function PracticeCTFGame::startMatch(%game){
|
||||||
parent::startMatch(%game);
|
parent::startMatch(%game);
|
||||||
%game.setupFlagTrig();
|
|
||||||
if(!isEventPending(Game.flagLoop)){
|
if(!isEventPending(Game.flagLoop)){
|
||||||
%game.atHomeFlagLoop();
|
%game.atHomeFlagLoop();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue