Skip to content

Commit 1809a56

Browse files
committed
Deactivating the broken MM Database Reaload Menu Option
1 parent 5cfd25e commit 1809a56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/ModuleManager/GUI/Menu.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,14 @@ private void Show()
6060
new DialogGUIFlexibleSpace(),
6161
new DialogGUIVerticalLayout(
6262
new DialogGUIFlexibleSpace(),
63+
#if false
6364
new DialogGUIButton("Reload Database",
6465
delegate
6566
{
6667
this.parent.StartCoroutine(this.parent.DataBaseReloadWithMM(false));
6768
this.Dismiss();
6869
}, 140.0f, 30.0f, false),
70+
#endif
6971
new DialogGUIButton("Quick Reload Database",
7072
delegate
7173
{

0 commit comments

Comments
 (0)