From 5ea4d43d0c8dc43abe4d03d844104d6324867196 Mon Sep 17 00:00:00 2001 From: Zepheris Date: Thu, 29 Oct 2020 00:36:45 -0600 Subject: [PATCH] Added Zepheris as admin to server --- Server/@epochhive/epochah.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Server/@epochhive/epochah.hpp b/Server/@epochhive/epochah.hpp index fe66b47..3fd343d 100644 --- a/Server/@epochhive/epochah.hpp +++ b/Server/@epochhive/epochah.hpp @@ -2,7 +2,7 @@ antihack_Enabled = "true"; // built-in Anti-Hack antihack_maxTravelDistance = 30; // anti-teleport max travel distance antihack_TPcenterDistance = 30; // anti-teleport distance from start -antihack_cfgPatchesCheck = "true"; // cfgPatches (AddOn Check) +antihack_cfgPatchesCheck = "false"; // cfgPatches (AddOn Check) antihack_PVSPrefix = "EPAH_"; // used to help whitelist pveh variables in BE without BEC and watchdog, leave blank to use no prefix. antihack_cfgPatchesMode[] = {2}; // 0 == BAN - 1 = LOG, 2 = KICK antihack_ahInitAuthCfg[] = {0,180}; // 0 == BAN - 1 = LOG, 60 = ban or log if anti hack is not started in 180 seconds @@ -22,9 +22,9 @@ antihack_checkFilesNew[] = { //script check, leave it blank to disable it {"epoch_code\compile\setup\EPOCH_client_rejectPlayer.sqf", "EPOCH_client_rejectPlayer"}, {"epoch_code\compile\setup\EPOCH_clientRespawn.sqf", "EPOCH_clientRespawn"} }; -antihack_addActionCheck = "true"; // false to disable addAction checks -antihack_antiTeleportCheck = "true"; // false to disable antiTeleport checks -adminMenu_Owner[] = {}; +antihack_addActionCheck = "false"; // false to disable addAction checks +antihack_antiTeleportCheck = "false"; // false to disable antiTeleport checks +adminMenu_Owner[] = {{"76561198031039372","Zepheris"}}; adminMenu_OwnerSetting[] = { "ESP-PLAYER", "ESP-VEHICLE", @@ -52,7 +52,7 @@ adminMenu_OwnerSetting[] = { "SPAWN-MENU", "FREE-CAM", "INVISIBLE", - // "SPAWNLOOT", + "SPAWNLOOT", "GODMODE", "HEAL", "VEHICLEREPAIR"