use self actions to spawn plot radius, fixes #1566

This commit is contained in:
icomrade
2016-05-02 23:06:50 -04:00
parent 3c0573258a
commit 3c27f76c7c
3 changed files with 24 additions and 22 deletions

View File

@@ -441,9 +441,9 @@ if (_canBuild select 0) then {
format[localize "str_build_01",_text] call dayz_rollingMessages;
if (_canBuild select 1) then { //if item was a plotpole, build a visual radius around it
[] spawn player_plotPreview;
};
//if (_canBuild select 1) then { //if item was a plotpole, build a visual radius around it
//[] spawn player_plotPreview; //handled in fn_SelfActions now
//};
_tmpbuilt setVariable ["OEMPos",_location,true]; //store original location as a variable