Skip to content

Commit

Permalink
fix compatibility issue when running on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
LordTuxn committed Feb 14, 2023
1 parent 0bc53bb commit 7427ae0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public ItemStack getHead() {

@Override
public InputStream getDefaultFileStream() {
return PlotSystem.getPlugin().getResource("lang" + File.separator + getFile().getName());
return PlotSystem.getPlugin().getResource("lang/" + getFile().getName());
}

@Override
Expand Down

0 comments on commit 7427ae0

Please sign in to comment.