mirror of
https://github.com/songoda/SongodaCore.git
synced 2025-01-07 08:17:43 +01:00
Remove deprecated constructor
This commit is contained in:
parent
8f95056e31
commit
a554934bfa
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user