Validator doesn't check model prefix for map submissions #352
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
this map: https://maps.strafes.net/submissions/184 is a bhop map, with the prefix bhop_ on the model, but on the website is listed as a surf map, and was validated. The validator should also check what the map prefix is, or maybe when user is making the submission page, if the prefix and the selected game aren't the same it should return an error.
This pull request fixes this: #324 but I have to fix up the code before it can be merged. I've been putting this off because I hate what I wrote.