From 858f0827abe10d1fb5a20dad99c464e57d1768e0 Mon Sep 17 00:00:00 2001 From: DirtySanchez Date: Sun, 22 Oct 2017 19:56:11 -0500 Subject: [PATCH] formatting correction --- Sources/epoch_server_settings/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/epoch_server_settings/config.cpp b/Sources/epoch_server_settings/config.cpp index 41e6e077..bfb0cc60 100644 --- a/Sources/epoch_server_settings/config.cpp +++ b/Sources/epoch_server_settings/config.cpp @@ -64,7 +64,7 @@ class CfgEpoch radioactiveLocations[] = {"NameCityCapital", "NameCity", "Airport"}; radioactiveLocationsCount = 3; // Block radioactive locations spawn - radioactiveLocBLObjects = ["PlotPole_EPOCH"]; + radioactiveLocBLObjects[] = {"PlotPole_EPOCH"}; radioactiveLocBLDistance = 500; traderBlds[] = {"House", "Building"}; traderHomes[] = {"House", "Building"};