From f7f565477c1aed994333b12a6844785335fddd53 Mon Sep 17 00:00:00 2001 From: RndName Date: Sat, 26 Mar 2022 17:06:11 +0100 Subject: [PATCH] Set unrestricted_satnav for NATO factions --- resources/factions/NATO_Desert_Storm.json | 3 ++- resources/factions/NATO_OIF.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/factions/NATO_Desert_Storm.json b/resources/factions/NATO_Desert_Storm.json index 8f172045..897d665d 100644 --- a/resources/factions/NATO_Desert_Storm.json +++ b/resources/factions/NATO_Desert_Storm.json @@ -94,5 +94,6 @@ "LHA-4 Nassau" ], "has_jtac": true, - "jtac_unit": "MQ-9 Reaper" + "jtac_unit": "MQ-9 Reaper", + "unrestricted_satnav": true } \ No newline at end of file diff --git a/resources/factions/NATO_OIF.json b/resources/factions/NATO_OIF.json index 973306ce..7e8d5f81 100644 --- a/resources/factions/NATO_OIF.json +++ b/resources/factions/NATO_OIF.json @@ -97,5 +97,6 @@ "LHA-4 Nassau" ], "has_jtac": true, - "jtac_unit": "MQ-9 Reaper" + "jtac_unit": "MQ-9 Reaper", + "unrestricted_satnav": true } \ No newline at end of file