1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

removed return of sphere object, not required or useful.

This commit is contained in:
lambdatiger 2024-01-15 18:16:40 -06:00
parent d683be853f
commit bd33ab0e91

@ -44,5 +44,3 @@ private _colorString = "#(argb,8,8,3)color" + _color;
private _sphere = createVehicle ["Sign_Sphere25cm_F", ASLtoATL _posASL, [], 0, "CAN_COLLIDE"];
_sphere setObjectTextureGlobal [0, _colorString];
GVAR(dev_eventSpheres) pushBack _sphere;
_sphere;