p2r3 / epochtal

Portal 2 tournament framework
https://epochtal.p2r3.com/
GNU General Public License v3.0
8 stars 4 forks source link

Remove irrelevant proof files #118

Closed p2r3 closed 3 days ago

p2r3 commented 4 days ago

When submitting a demo file, a check is performed to see if a link file for the same player in the same category exists. If it does, it gets deleted. Same works the other way around - if a link is submitted, any matching demo file gets deleted. This resolves a problem where the stream UI would register link submissions as demos if the latter came first.

Fixes #114