--- a/share/hedgewars/Data/Scripts/Multiplayer/Capture_the_Flag.lua Thu Mar 08 13:34:45 2018 +0100
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Capture_the_Flag.lua Thu Mar 08 13:42:36 2018 +0100
@@ -172,11 +172,6 @@
-- player has successfully captured the enemy flag
if (GetHogClan(CurrentHedgehog) == flagClan) and (thiefClan ~= nil) and (fIsMissing[flagClan] == false) then
- DeleteVisualGear(fGear[flagClan])
- fGear[flagClan] = nil -- the flag has now disappeared
-
- fIsMissing[flagClan] = false
- fNeedsRespawn[flagClan] = true
fIsMissing[thiefClan] = false
fNeedsRespawn[thiefClan] = true
fCaptures[flagClan] = fCaptures[flagClan] +1