|
@@ -54,8 +54,8 @@ public class SpoutStuff {
|
|
private static void writeFile(String theFileName, String theFilePath) {
|
|
private static void writeFile(String theFileName, String theFilePath) {
|
|
try {
|
|
try {
|
|
File currentFile = new File(theFilePath + theFileName);
|
|
File currentFile = new File(theFilePath + theFileName);
|
|
-
|
|
|
|
- JarFile jar = new JarFile(plugin.mcmmo);
|
|
|
|
|
|
+
|
|
|
|
+ JarFile jar = new JarFile(mcMMO.mcmmo);
|
|
JarEntry entry = jar.getJarEntry("resources/" + theFileName);
|
|
JarEntry entry = jar.getJarEntry("resources/" + theFileName);
|
|
InputStream is = jar.getInputStream(entry);
|
|
InputStream is = jar.getInputStream(entry);
|
|
|
|
|