Skip to content

Commit

Permalink
no more comically long folder name :(
Browse files Browse the repository at this point in the history
  • Loading branch information
JMM889901 committed Jul 31, 2023
1 parent 5f85fd6 commit c86ab4d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Description": "Pain",
"LoadPriority": 7,
"RequiredOnClient": true,
"Version": "2.1.2",
"Version": "2.1.3",

"Scripts": [
{
Expand Down Expand Up @@ -60,19 +60,19 @@
}
},
{
"Path": "titanframework/ui/framework_custom_titan_loadout_menu/framework_edit_custom_titan_loadout_menu.gnut",
"Path": "titanframework/ui/t_loadout_menu/framework_edit_custom_titan_loadout_menu.gnut",
"RunOn": "UI"
},
{
"Path": "titanframework/ui/framework_custom_titan_loadout_menu/framework_titan_loadouts_shared.gnut",
"Path": "titanframework/ui/t_loadout_menu/framework_titan_loadouts_shared.gnut",
"RunOn": "UI"
},
{
"Path": "titanframework/ui/framework_custom_titan_loadout_menu/framework_custom_camoskin_select.gnut",
"Path": "titanframework/ui/t_loadout_menu/framework_custom_camoskin_select.gnut",
"RunOn": "UI"
},
{
"Path": "titanframework/ui/framework_custom_titan_loadout_menu/framework_custom_noseart_select.gnut",
"Path": "titanframework/ui/t_loadout_menu/framework_custom_noseart_select.gnut",
"RunOn": "UI"
},
{
Expand All @@ -94,7 +94,7 @@
}
},
{
"Path": "titanframework/ui/framework_custom_titan_loadout_menu/framework_custom_passive_select.gnut",
"Path": "titanframework/ui/t_loadout_menu/framework_custom_passive_select.gnut",
"RunOn": "UI",
"UICallback": {
"Before": "FrameworkPassiveMenuInit"
Expand Down

0 comments on commit c86ab4d

Please sign in to comment.