Actor should not have getWorld().

This commit is contained in:
sk89q
2014-06-27 18:34:58 -07:00
parent 23ce159ccf
commit 9381beb417
5 changed files with 10 additions and 17 deletions

View File

@ -117,9 +117,4 @@ class BukkitCommandSender implements Actor {
public void dispatchCUIEvent(CUIEvent event) {
}
@Override
public LocalWorld getWorld() {
throw new PlayerNeededException();
}
}