From f20c0a6320e39f30d120c5becea6f19e86254ebc Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Sun, 30 Aug 2026 14:15:00 -0500 Subject: [PATCH] Common - Fix getDLC ids for `Orange` --- addons/common/functions/fnc_getDLC.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/common/functions/fnc_getDLC.sqf b/addons/common/functions/fnc_getDLC.sqf index fd7969a1061..3a280f2f3ba 100644 --- a/addons/common/functions/fnc_getDLC.sqf +++ b/addons/common/functions/fnc_getDLC.sqf @@ -52,7 +52,7 @@ private _name = switch (_id) do { case "601670": { "Jets" }; case "288520": { "Kart" }; case "332350": { "Mark" }; - case "288520": { "Orange" }; + case "571710": { "Orange" }; case "744950": { "Tacops" }; case "798390": { "Tank" }; case "1042220": { "GM" };