Is there any way to deal with this as a server operator?
If a map contains a resource with a space in the filepath, the server cannot serve the file.
example:
server wants to send "models\foomap\foo model.mdl"
expected behavior: server sends "models\foomap\foo model.mdl" to client, then the client receives "foo model.mdl" and connects
actual behavior: server tries to send "models\foomap\foo " then the client times out after failing to receive nonexistent file "foo "
obviously as a mapper the answer is "don't do that" lol, but what do I do as a server op aside from removing maps that use "broken" resources?