Handle textures loading from other mods

This commit is contained in:
Mike Primm 2014-01-11 23:41:23 -06:00
parent 07e7d53a93
commit 17174c177c

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