Update Bukkit

CB: 3092 B: 1938
This commit is contained in:
KHobbits 2014-07-06 16:40:06 +01:00
parent 549500eaf2
commit 2ba2ebaa43
3 changed files with 6 additions and 0 deletions

View File

@ -1078,6 +1078,12 @@ public class FakeServer implements Server
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public Inventory createInventory(InventoryHolder arg0, InventoryType arg1, String arg2)
{
throw new UnsupportedOperationException("Not supported yet.");
}
class FakePluginManager implements PluginManager
{

Binary file not shown.

Binary file not shown.