mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 07:53:15 +00:00
デバッグメニューを無効に
This commit is contained in:
parent
fd850651b3
commit
40a0d08a1f
|
@ -8,7 +8,7 @@ public class FeatureSwitch {
|
|||
|
||||
public static class FeatureMaster {
|
||||
public static boolean enableSearch = true;
|
||||
public static boolean enableDebugMenu = true;
|
||||
public static boolean enableDebugMenu = false;
|
||||
}
|
||||
|
||||
public static class Setting {
|
||||
|
|
Loading…
Reference in New Issue
Block a user