Skip to content

Commit

Permalink
Fix grammar in BlueMapService.java (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnicJelle authored Dec 14, 2023
1 parent a0b47f1 commit 7c34853
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ public synchronized ResourcePack getResourcePack() throws ConfigurationException
throw new ConfigurationException(
"BlueMap failed to create this folder:\n" +
resourcePackFolder + "\n" +
"Does BlueMap has sufficient permissions?",
"Does BlueMap have sufficient permissions?",
ex);
}

Expand Down

0 comments on commit 7c34853

Please sign in to comment.