mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2026-01-06 15:51:50 +00:00
Update BukkitCustomFishingPluginImpl.java
This commit is contained in:
@@ -240,7 +240,7 @@ public class BukkitCustomFishingPluginImpl extends BukkitCustomFishingPlugin {
|
||||
|
||||
@Override
|
||||
public InputStream getResourceStream(String filePath) {
|
||||
return getBootstrap().getResource(filePath);
|
||||
return getBootstrap().getResource(filePath.replace("\\", "/"));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user