mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-17 13:42:57 +03:00
use self actions to spawn plot radius, fixes #1566
This commit is contained in:
@@ -382,9 +382,9 @@ if (_canBuild select 0) then {
|
||||
|
||||
format[localize "str_build_01",_text] call dayz_rollingMessages;
|
||||
|
||||
if (_canBuild select 1) then {
|
||||
[] spawn player_plotPreview;
|
||||
};
|
||||
//if (_canBuild select 1) then {
|
||||
//[] spawn player_plotPreview;
|
||||
//};
|
||||
|
||||
_tmpbuilt setVariable ["OEMPos",_location,true];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user