MantisBT - Zandronum
View Issue Details
0002569Zandronum[All Projects] Bugpublic2016-01-08 23:132019-06-04 21:54
Combinebobnt 
Dusk 
highminorrandom
newopen 
MicrosoftWindowsXP/Vista/7
2.1 
 
0002569: Multiple CTF Flags Taken
'https://www.youtube.com/watch?v=Iu2LQO63bEA [^]' - This video shows the bug well

Basically sometimes multiple people can grab the flag in ctf and then everything becomes silly. I've only seen this happen twice
Seems completely random and rare
I have a demo of this happening in a ctf match but don't have a clue what the date of it was, so that sucks
No tags attached.
Issue History
2016-01-08 23:13CombinebobntNew Issue
2016-01-09 03:34DuskNote Added: 0014066
2016-01-17 20:56DuskAssigned To => Dusk
2016-01-17 20:56DuskStatusnew => assigned
2019-06-04 21:54DuskStatusassigned => new

Notes
(0014066)
Dusk   
2016-01-09 03:34   
As it is the engine spawns a new flag every time the flag is returned or captured and removes the old one. I suppose the old one isn't being removed that properly.

I'm supposing that the correct way to fix this is to rework the code so that it only spawns one flag and reuses it.