Skip to content

Commit

Permalink
Merge branch 'main' into Add-updated-NVGs
Browse files Browse the repository at this point in the history
  • Loading branch information
pool011 authored May 14, 2024
2 parents b82afcc + 2ffe066 commit 1f8e7e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cScripts/CfgFunctions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class cScripts {
class init_staging {};

class init_logistics {};
class init_pylons {};

class init_diary {};
class init_message {};
Expand Down Expand Up @@ -189,7 +190,10 @@ class cScripts {

class vehicle_applyLoadout {};
class vehicle_addDefaultLoadout {};
class vehicle_getPylon {};

class vehicle_getPylonName {};
class vehicle_getPylonLoadout {};
class vehicle_getPylonIcon {};

// Other
class vehicle_reset {};
Expand Down
1 change: 1 addition & 0 deletions cScripts/cScripts_logistics.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
["USP_PVS31_BLK2",0],
["USP_PVS31_TAN2",0],
["USP_RHINO", 0],

// cTab
["ItemAndroid", 0],
["ItemcTab", 0],
Expand Down

0 comments on commit 1f8e7e1

Please sign in to comment.