Skip to content

Commit e0342ba

Browse files
committed
Remove debug database command
1 parent 936ed4c commit e0342ba

File tree

1 file changed

+0
-4
lines changed
  • core/src/main/java/com/github/fernthedev/fernapi/universal

1 file changed

+0
-4
lines changed

core/src/main/java/com/github/fernthedev/fernapi/universal/Universal.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import com.github.fernthedev.fernapi.universal.api.*;
66
import com.github.fernthedev.fernapi.universal.data.network.IPMessageHandler;
77
import com.github.fernthedev.fernapi.universal.data.network.PluginMessageData;
8-
import com.github.fernthedev.fernapi.universal.examples.mysql.DBCommand;
98
import com.github.fernthedev.fernapi.universal.exceptions.FernRuntimeException;
109
import com.github.fernthedev.fernapi.universal.exceptions.setup.IncorrectSetupException;
1110
import com.github.fernthedev.fernapi.universal.handlers.*;
@@ -102,9 +101,6 @@ public void setup(@NonNull MethodInterface<?, ?> methodInterface, FernAPIPlugin
102101
// ).map(IFPlayer::getName)
103102
// .collect(Collectors.toList()));
104103

105-
// TODO: Remove!
106-
comhand.registerCommand(new DBCommand());
107-
108104
comhand.getCommandCompletions().setDefaultCompletion("players", IFPlayer.class, IFPlayer[].class, OfflineFPlayer.class, FernCommandIssuer.class);
109105

110106
messageHandler.registerPacketParser("fernapi", json -> new Gson().fromJson(json, PluginMessageData.class));

0 commit comments

Comments
 (0)