ctf-gameserver icon indicating copy to clipboard operation
ctf-gameserver copied to clipboard

Checker: Use number of valid ticks for tick lookback

Open F30 opened this issue 5 years ago • 0 comments

The current Checker libraries (Python as well as Go) use a hardcoded number (5) of past ticks to check the flags for. We should be using the number of valid ticks configured in GameControl in the database instead.

The Checker libraries would have to ask the Checker Master for that number through IPC.

F30 avatar Jul 26 '20 11:07 F30