mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
use self actions to spawn plot radius, fixes #1566
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user