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