mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
One more tweak.
This commit is contained in:
parent
3bd5aaa251
commit
97511be64a
@ -74,7 +74,7 @@ public class ZipLibrary {
|
||||
return file;
|
||||
}
|
||||
else {
|
||||
return path + "/" + file;
|
||||
return path + File.separator + file;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user