From 35d1dea5b24cf5dcd5d66561543e88df17460485 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Mon, 13 Jan 2014 09:26:45 -0600 Subject: [PATCH] fixed typo in player build --- SQF/dayz_code/actions/player_build.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/actions/player_build.sqf b/SQF/dayz_code/actions/player_build.sqf index 03b26508b..afb3f36a3 100644 --- a/SQF/dayz_code/actions/player_build.sqf +++ b/SQF/dayz_code/actions/player_build.sqf @@ -120,7 +120,7 @@ _distance = DZE_PlotPole select 0; _needText = localize "str_epoch_player_246"; if(_isPole) then { - _distance = DZE_PlotPole this select 1; + _distance = DZE_PlotPole select 1; }; // check for near plot