1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-04-03 10:16:23 +02:00

One more tweak.

This commit is contained in:
GJ 2012-05-01 01:43:00 -04:00
parent 3bd5aaa251
commit 97511be64a

@ -74,7 +74,7 @@ public class ZipLibrary {
return file;
}
else {
return path + "/" + file;
return path + File.separator + file;
}
}