From 65037d5a872ced45d95f12743150570de6938e9f Mon Sep 17 00:00:00 2001 From: Torndeco Date: Mon, 16 Dec 2013 20:34:03 +0000 Subject: [PATCH] Typo --- SQF/dayz_code/compile/object_showPlotRadius.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/compile/object_showPlotRadius.sqf b/SQF/dayz_code/compile/object_showPlotRadius.sqf index 3645f94e2..7148caf65 100644 --- a/SQF/dayz_code/compile/object_showPlotRadius.sqf +++ b/SQF/dayz_code/compile/object_showPlotRadius.sqf @@ -7,7 +7,7 @@ _nearPlotPole = nearestObject [player, "Plastic_Pole_EP1_DZ", 3]; //"privatized" center variable -_BD_radius = DZE_PlotPole this select 0; +_BD_radius = DZE_PlotPole select 0; _BD_center = getPos _nearPlotPole; _objects = [];