Browse Source

Unified style

pull/41/head
Jonathan Rosewood 7 years ago
committed by GitHub
parent
commit
b9a315b90d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      Arma3/server.cfg

6
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)

Loading…
Cancel
Save