Add trail to flags

This commit is contained in:
Mike Parker 2015-03-27 02:07:49 +00:00
parent adbee54a18
commit de3e235cfb

View file

@ -537,6 +537,7 @@ function baseflag:spawn()
LogLuaEvent(0, 0, "flag_spawn","flag_name",flag:GetName())
self.status = 0
self:refreshStatusIcons(flag:GetName())
flag:StartTrail(self.team)
end
function baseflag:addnotouch(player_id, duration)