optimizations + more sponge work

This commit is contained in:
boy0001 2015-08-02 21:56:18 +10:00
parent 8e1d42d4c5
commit b77c2d1049
11 changed files with 567 additions and 217 deletions

View file

@ -471,15 +471,13 @@ public class SpongeMain implements IPlotMain, PluginContainer {
@Override
public HybridUtils initHybridUtils() {
// TODO Auto-generated method stub
return null;
return new SpongeHybridUtils();
}
@Override
public SchematicHandler initSchematicHandler() {
// TODO Auto-generated method stub
return null;
return new SpongeSchematicHandler();
}
@Override