1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-10 08:34:17 +02:00

Update Bukkit

CB: 3092 B: 1938
This commit is contained in:
KHobbits
2014-07-06 16:40:06 +01:00
parent 2d9f24194d
commit e05658e27a

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
{