mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-26 16:39:45 +00:00
Update Bukkit
CB: 3092 B: 1938
This commit is contained in:
parent
549500eaf2
commit
2ba2ebaa43
3 changed files with 6 additions and 0 deletions
|
@ -1078,6 +1078,12 @@ public class FakeServer implements Server
|
||||||
throw new UnsupportedOperationException("Not supported yet.");
|
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
|
class FakePluginManager implements PluginManager
|
||||||
{
|
{
|
||||||
|
|
BIN
lib/bukkit.jar
BIN
lib/bukkit.jar
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue