spawn calls need dummy input or error out

This commit is contained in:
[VB]AWOL
2014-01-13 09:48:29 -06:00
parent aa8975e36c
commit 20dab78c27

View File

@@ -473,7 +473,9 @@ if (_hasrequireditem) then {
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];