Restricting client commands breaks vanilla compatibility. #214
Labels
bug
Something isn't working
regression
Regression
reproducible
Bug has been successfully reproduced by another user
Unlike vanilla, gameservers in Northstar are considered "untrusted". As such we have to vet commands sent to client by server.
When fixed our previously broken client command restriction with #210 we also broke vanilla compatibility again.
In particular it breaks matchmaking as (it seems that) when finding a match the server sends a client command to client that causes it to connect to that game server.
Adding
-norestrictservercommands
should allow matchmaking in vanilla at the cost of reduced security due to allowing server to run commands on client.If you're using Northstar to play on vanilla and Northstar servers, it's recommended to deleting
-norestrictservercommands
when playing on Northstar servers.The text was updated successfully, but these errors were encountered: