Browse Source
Merge pull request #58 from tkrn/master
updated syntax
pull/61/head
Daniel Gibbs
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
SoldierOfFortune2Gold/server.cfg
|
|
@ -1,8 +1,8 @@ |
|
|
|
// Server Passwords |
|
|
|
set rconpassword "" // Place your RCON password here |
|
|
|
set sv_privatePassword "" // Place your privateclients password here |
|
|
|
set g_password "" // Password the server-To remove in console set it to "none" |
|
|
|
seta sv_hostname "LinuxGSM" // The name of the server listed for players |
|
|
|
set rconpassword "" |
|
|
|
set sv_privatePassword "" |
|
|
|
set g_password "" |
|
|
|
set sv_hostname "LinuxGSM" |
|
|
|
|
|
|
|
// Server General Settings |
|
|
|
seta sv_pure "0" |
|
|
|