Changing max player for S&D Lobby
-
I'm trying to limit the max player count to 10 people in the search and destroy lobby I'm hosting. I've changed the command in the dedicated config file but the server browser is still showing 18 players max.
Here's a picture:
I've also tried the commands with and without quotation marks around the 10, but it refuses to change. Is this a known bug or do I need to fix something?
-
YANK Ocean You must remove "//" from the line for the server to take that configuration.
-
// in front of text is a comment
A comment is just text for the person reading it, it's not read by the server. This is commented out -
Thanks. Super obvious in hindsight, I read it and it just didn't register. First time messing with this type of stuff