mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-24 08:05:26 +02:00
One more tweak.
This commit is contained in:
@@ -74,7 +74,7 @@ public class ZipLibrary {
|
||||
return file;
|
||||
}
|
||||
else {
|
||||
return path + "/" + file;
|
||||
return path + File.separator + file;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user