1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-06 06:37:28 +02:00

Update Bukkit

CB: 3092 B: 1938
This commit is contained in:
KHobbits
2014-07-06 16:40:06 +01:00
parent 1405934489
commit f4b00be07c
2 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.