Remove deprecated constructor

This commit is contained in:
ceze88 2022-12-29 13:49:34 +01:00
parent 8f95056e31
commit a554934bfa

View File

@ -20,7 +20,7 @@ public class SongodaCoreDiagCommand extends AbstractCommand {
private Field tpsField;
public SongodaCoreDiagCommand() {
super(false, "diag");
super(CommandType.CONSOLE_OK, "diag");
try {
serverInstance = ClassMapping.MINECRAFT_SERVER.getClazz().getMethod("getServer").invoke(null);