From 424f437212003adcd5bc503ad9e6e166c41d124a Mon Sep 17 00:00:00 2001 From: QuickCentralHosting <46080934+QuickCentralHosting@users.noreply.github.com> Date: Fri, 24 May 2019 02:55:42 -0700 Subject: [PATCH] Update Server Config Missing ; after Hostname. --- arma/arma3/egg-arma3-config/server.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arma/arma3/egg-arma3-config/server.cfg b/arma/arma3/egg-arma3-config/server.cfg index ee73e428..daf2d213 100644 --- a/arma/arma3/egg-arma3-config/server.cfg +++ b/arma/arma3/egg-arma3-config/server.cfg @@ -14,7 +14,7 @@ // GENERAL SETTINGS // Hostname for server. -hostname = "Arma 3 Server" +hostname = "Arma 3 Server"; // Server password - for private servers. //password = "arma3pass"; @@ -127,4 +127,4 @@ localClient[] = {"127.0.0.1", "172.18.0.1"}; // BattlEye Anti-Cheat License // 0 = decline // 1 = accept -battleyeLicense = 1; \ No newline at end of file +battleyeLicense = 1;