Browse Source

Default maxplayers 16 (#119)

Added maxplayers to config and set value to 16 to allow FFA to work properly.
Default server config is broken and only allows 1 map to be played.
pull/134/head
Leonid Chizhevskiy 2 years ago
committed by GitHub
parent
commit
525c7db8b7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      FistfulofFrags/server.cfg

3
FistfulofFrags/server.cfg

@ -13,6 +13,9 @@ hostname "SERVERNAME"
// RCON - remote console password.
rcon_password "ADMINPASSWORD"
// Max players - 16 max for FFA
maxplayers 16
// Server password - for private servers.
sv_password ""

Loading…
Cancel
Save