And these stubs

This commit is contained in:
Jesse Boyd
2018-08-13 03:23:53 +10:00
parent e7c27b08bf
commit 6f04022738
19 changed files with 0 additions and 77 deletions

View File

@ -184,8 +184,4 @@ public class ChunkCommands {
player.printError(BBC.getPrefix() + "Shell script type must be configured: 'bat' or 'bash' expected.");
}
}
public static Class<ChunkCommands> inject() {
return ChunkCommands.class;
}
}