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

@ -235,8 +235,4 @@ public class BiomeCommands extends MethodCommands {
if (!FawePlayer.wrap(player).hasPermission("fawe.tips"))
BBC.TIP_BIOME_PATTERN.or(BBC.TIP_BIOME_MASK).send(player);
}
public static Class<BiomeCommands> inject() {
return BiomeCommands.class;
}
}