From 9911f1284c782b0850f55d52138c8be060ccf599 Mon Sep 17 00:00:00 2001 From: He-Man Date: Mon, 15 Jan 2018 22:09:06 +0100 Subject: [PATCH] missing ; (thx to [T.G] Razor) --- Server_Install_Pack/@epochhive/epochconfig.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server_Install_Pack/@epochhive/epochconfig.hpp b/Server_Install_Pack/@epochhive/epochconfig.hpp index 36cc667f..fd460bea 100644 --- a/Server_Install_Pack/@epochhive/epochconfig.hpp +++ b/Server_Install_Pack/@epochhive/epochconfig.hpp @@ -124,7 +124,7 @@ forceRestartTime = 14400; // 4 hour restarts TraderGodMode = "false"; // If true, Trader can not be killed by Players storedVehicleLimit = 15; // Vehicles more than x stored in ALL Traders will automatically be deleted on Restart. StaticTraderItemPurge[] = {100,15}; // {ItemCount,ReducePercent} - If a static trader have more than x different items, on restart the items will be reduced by y percent - DynamicTraderRespawnCount = 100 // If a dynamic Trader have more than x different Items, he will respawn on another Spot (with start Items) + DynamicTraderRespawnCount = 100; // If a dynamic Trader have more than x different Items, he will respawn on another Spot (with start Items) TraderItemCountPerItem[] = {50,5}; // If the Trader has more than x pieces of an Item, it will be reduced to y pieces (on Restart) TraderItemsDeleteInstant[] = { // List of Items, that will be deleted from Trader instant after sell // "ItemVehDoc1",