Handle textures loading from other mods

This commit is contained in:
Mike Primm 2014-01-11 23:41:23 -06:00
parent 078e6b3eb9
commit 8066132905

View file

@ -2,6 +2,7 @@ package org.dynmap.bukkit;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.net.InetSocketAddress;
@ -580,6 +581,11 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
}
return map;
}
@Override
public InputStream openResource(String modid, String rname) {
return null; // No mods supported
}
}
/**
* Player access abstraction class