diff --git a/OPS - CTLD/CTLD-120 - Statics/CTLD-120 - Statics.lua b/OPS - CTLD/CTLD-120 - Statics/CTLD-120 - Statics.lua index b0f9085c3f..a30f30f2a1 100644 --- a/OPS - CTLD/CTLD-120 - Statics/CTLD-120 - Statics.lua +++ b/OPS - CTLD/CTLD-120 - Statics/CTLD-120 - Statics.lua @@ -26,7 +26,7 @@ myctld:__Start(5) myctld:AddCTLDZone("PickupZone",CTLD.CargoZoneType.LOAD,SMOKECOLOR.Blue,true,true) -- define a drop zone -myctld:AddCTLDZone("DropZone",CTLD.CargoZoneType.LOAD,SMOKECOLOR.Red,true,true) +myctld:AddCTLDZone("DropZone",CTLD.CargoZoneType.DROP,SMOKECOLOR.Red,true,true) -- define statics cargo myctld:AddStaticsCargo("Ammunition",50,25) -- ammuntion weight 50kg ;) stock 25 pc