mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-13 07:04:33 +00:00
Small fix
This commit is contained in:
parent
5b10f583bb
commit
7186d6dff8
1 changed files with 5 additions and 0 deletions
|
|
@ -1782,6 +1782,11 @@ function LakRabbitGame::resetFlag(%game, %flag)
|
||||||
%flag.carrier = "";
|
%flag.carrier = "";
|
||||||
$flagStatus = "<At Home>";
|
$flagStatus = "<At Home>";
|
||||||
%flag.hide(false);
|
%flag.hide(false);
|
||||||
|
|
||||||
|
if($Host::ShowFlagIcon == 1 || $Host::ShowFlagIcon == 2)
|
||||||
|
{
|
||||||
|
setTargetSensorGroup(%flag.getTarget(), $NonRabbitTeam);
|
||||||
|
}
|
||||||
|
|
||||||
cancel(%flag.searchSchedule);
|
cancel(%flag.searchSchedule);
|
||||||
cancel(%game.updateFlagThread[%flag]); // z0dd - ZOD, 8/4/02. Cancel this flag's thread to KineticPoet's flag updater
|
cancel(%game.updateFlagThread[%flag]); // z0dd - ZOD, 8/4/02. Cancel this flag's thread to KineticPoet's flag updater
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue