Browse Source
Merge pull request #29 from capriciousalex/patch-2
Add admins[] to config
pull/32/head
Daniel Gibbs
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
2 deletions
-
Arma3/server.cfg
|
|
@ -1,7 +1,7 @@ |
|
|
|
// **************************************************************************** |
|
|
|
// * |
|
|
|
// Arma 3 - network.cfg * |
|
|
|
// Version 060116 * |
|
|
|
// Arma 3 - server.cfg * |
|
|
|
// Version 060117 * |
|
|
|
// * |
|
|
|
// **************************************************************************** |
|
|
|
|
|
|
@ -22,6 +22,9 @@ hostname = "SERVERNAME"; |
|
|
|
// Admin Password |
|
|
|
passwordAdmin = "ADMINPASSWORD"; |
|
|
|
|
|
|
|
// Auto-admin |
|
|
|
admins[] = {"<UID>"}; |
|
|
|
|
|
|
|
// Server Slots |
|
|
|
maxPlayers = 32; |
|
|
|
|
|
|
|