Fix forge compile issue

This commit is contained in:
Jesse Boyd 2016-06-21 22:21:50 +10:00
parent abbd5cbf62
commit 69069e2474
2 changed files with 4 additions and 4 deletions

View File

@ -20,12 +20,12 @@ public class ForgePlayer extends FawePlayer<EntityPlayerMP> {
@Override
public void sendTitle(String head, String sub) { // Not supported
Settings.DISPLAY_PROGRESS = false;
Settings.QUEUE.PROGRESS.DISPLAY = false;
}
@Override
public void resetTitle() { // Not supported
Settings.DISPLAY_PROGRESS = false;
Settings.QUEUE.PROGRESS.DISPLAY = false;
}
@Override

View File

@ -21,12 +21,12 @@ public class ForgePlayer extends FawePlayer<EntityPlayerMP> {
@Override
public void sendTitle(String head, String sub) { // Not supported
Settings.DISPLAY_PROGRESS = false;
Settings.QUEUE.PROGRESS.DISPLAY = false;
}
@Override
public void resetTitle() { // Not supported
Settings.DISPLAY_PROGRESS = false;
Settings.QUEUE.PROGRESS.DISPLAY = false;
}
@Override