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;