Skip to content

Commit 4953011

Browse files
Update CommandHandler.java
强制函数返回false
1 parent c693a7d commit 4953011

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/net/coreprotect/command/CommandHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ else if (corecommand.equals("network-debug")) {
120120
NetworkDebugCommand.runCommand(user, permission, argumentArray);
121121
}
122122
else if (corecommand.equals("migrate-db")) {
123-
if (true) {
123+
if (false) {
124124
Chat.sendMessage(user, Color.DARK_AQUA + "CoreProtect " + Color.WHITE + "- " + Phrase.build(Phrase.DONATION_KEY_REQUIRED));
125125
}
126126
else {

0 commit comments

Comments
 (0)