mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
spawn calls need dummy input or error out
This commit is contained in:
@@ -473,7 +473,9 @@ if (_hasrequireditem) then {
|
|||||||
|
|
||||||
cutText [format[localize "str_build_01",_text], "PLAIN DOWN"];
|
cutText [format[localize "str_build_01",_text], "PLAIN DOWN"];
|
||||||
|
|
||||||
if (_isPole) then {spawn player_plotPreview;};
|
if (_isPole) then {
|
||||||
|
0 spawn player_plotPreview;
|
||||||
|
};
|
||||||
|
|
||||||
_tmpbuilt setVariable ["OEMPos",_location,true];
|
_tmpbuilt setVariable ["OEMPos",_location,true];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user