Mapvote Bug When Map Not Found

Issue #2 closed
Geoff Joy created an issue

It's possible to put a map into the map list that doesn't exist on the server. (That's another bug.) If that map is voted and the vote passes the server will silently fail to load the map and restart the current level. The engine logs a "Can't find map" message but nothing is posted to the players in the game. The system needs to inform players of the reason for failure and/or reject the vote at the start.

Comments (3)

  1. Geoff Joy reporter

    Need to add a function to test if file exists on server before it can be selected as next map. Keep file listed in maplist but log a warning and don't allow vote to proceed.

  2. Log in to comment