Browse Source
Merge pull request #41 from Jonathan-Rosewood/patch-1
Arma 3 config tidy
pull/44/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
11 additions and
11 deletions
-
Arma3/server.cfg
|
|
@ -108,9 +108,9 @@ allowedPreprocessFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt"," |
|
|
|
allowedHTMLLoadExtensions[] = {"htm","html","xml","txt"}; |
|
|
|
|
|
|
|
// SCRIPTING ISSUES |
|
|
|
onUserConnected = ""; // |
|
|
|
onUserDisconnected = ""; // |
|
|
|
doubleIdDetected = ""; // |
|
|
|
onUserConnected = ""; |
|
|
|
onUserDisconnected = ""; |
|
|
|
doubleIdDetected = ""; |
|
|
|
|
|
|
|
// SIGNATURE VERIFICATION |
|
|
|
// kick = kick (_this select 0) |
|
|
|