fixed missing semicolons

This commit is contained in:
vbawol 2017-03-04 00:21:59 -06:00
parent a3f56709ad
commit 4a08ccf033
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ antagonistChanceLoot = 0.09; //9% chance when player click "SEARCH" on a loot ob
// Player Related
cloneCost = 100; // debt incurred on player death
MaxBankDebitforTrade = -50000 // If Player has less money on Bank, Crypto from Trade goes directly to Bank instead to Player
MaxBankDebitforTrade = -50000; // If Player has less money on Bank, Crypto from Trade goes directly to Bank instead to Player
// vehicles - Max vehicle slots is calculated from per vehicle limits below. Warning! Higher the number lower the performance.
simulationHandlerOld = "false"; // When enabled this feature disables simulation on vehicles that are not nea players. Can help improve client fps at the cost of server fps.

View File

@ -17,7 +17,7 @@ class CfgEpochClient
epochVersion = "0.5.0.0";
sapperRngChance = 100; // increase number to reduce chances and reduce to increase. Default 100
droneRngChance = 100; // increase number to reduce chances and reduce to increase. Default 100
zombieRngChance = 50 // increase number to reduce chances and reduce to increase. Default 50
zombieRngChance = 50; // increase number to reduce chances and reduce to increase. Default 50
buildingNearbyMilitary = 0; //1 to allow building nearby
buildingNearbyMilitaryRange = 300; //Define radius of blocked area