From 411ba06b6fb763aade4e39939d19629e70d5e7cf Mon Sep 17 00:00:00 2001
From: Daniel Gibbs <me@danielgibbs.co.uk>
Date: Fri, 24 Nov 2023 16:44:58 +0000
Subject: [PATCH] lint

---
 dayz/server.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dayz/server.cfg b/dayz/server.cfg
index cb506ba..92a5a2a 100644
--- a/dayz/server.cfg
+++ b/dayz/server.cfg
@@ -82,10 +82,10 @@ serverTimePersistent = 0;
 // SERVER SECURITY/ANTI HACK
 
 // Verifies .pbos against .bisign files. (only 2 is supported)
-verifySignatures = 2;		
+verifySignatures = 2;
 
 // When enabled, the server will allow the connection only to clients with same the .exe revision as the server (value 0-1)
-forceSameBuild = 1;		
+forceSameBuild = 1;
 
 // Communication protocol used with game server (use only number 1)
 guaranteedUpdates = 1;