mirror of
https://github.com/GameServerManagers/Game-Server-Configs.git
synced 2025-01-08 11:37:39 +08:00
9 lines
238 B
INI
9 lines
238 B
INI
// This is a sample blacklist used by sample server config server_with_lists.cfg
|
|
// Here it's just a simple array of Steam IDs.
|
|
// Note that 1234567890 is not a valid Steam ID of any user, so this won't blacklist anyone.
|
|
|
|
[
|
|
1234567890
|
|
]
|
|
|