Jonathan Rosewood
7 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) |
|
|
|