|
|
@@ -119,4 +119,13 @@ doubleIdDetected = ""; //
|
|
|
// ban = ban (_this select 0)
|
|
|
onUnsignedData = "kick (_this select 0)";
|
|
|
onHackedData = "kick (_this select 0)";
|
|
|
-onDifferentData = "";
|
|
|
+onDifferentData = "";
|
|
|
+
|
|
|
+// HEADLESS CLIENT SUPPORT
|
|
|
+// specify ip-adresses of allowed headless clients
|
|
|
+// if more than one:
|
|
|
+// headlessClients[]={"127.0.0.1", "192.168.0.1"};
|
|
|
+// localClient[]={"127.0.0.1", "192.168.0.1"};
|
|
|
+headlessClients[]={"127.0.0.1"};
|
|
|
+localClient[]={"127.0.0.1"};
|
|
|
+battleyeLicense=1;
|