Remove remaining BlocksHub references from the code.

This commit is contained in:
MattBDev
2020-02-12 17:09:28 -05:00
parent ceec0ec0b9
commit 0723620722
2 changed files with 2 additions and 23 deletions

View File

@ -37,8 +37,6 @@ public interface IFawe {
String getName(UUID uuid);
Object getBlocksHubApi();
default String getDebugInfo() {
return "";
}