Skip to content

Commit

Permalink
Comment out Data Centers button
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanieon committed Nov 30, 2024
1 parent c3c2535 commit 58e6648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Northstar.Client/mod/scripts/vscripts/ui/menu_main.nut
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void function InitMainMenu()
AddMenuFooterOption( menu, BUTTON_A, "#A_BUTTON_SELECT", "" )
#endif // PC_PROG

AddMenuFooterOption( menu, BUTTON_X, "#X_BUTTON_INBOX_ACCEPT", "#INBOX_ACCEPT", OpenDataCenterDialog, IsDataCenterFooterValid, UpdateDataCenterFooter )
//AddMenuFooterOption( menu, BUTTON_X, "#X_BUTTON_INBOX_ACCEPT", "#INBOX_ACCEPT", OpenDataCenterDialog, IsDataCenterFooterValid, UpdateDataCenterFooter )

#if DEV
if ( DevStartPoints() )
Expand Down

0 comments on commit 58e6648

Please sign in to comment.