Fix grammar in BlueMapService.java (#494)

This commit is contained in:
TechnicJelle 2023-12-14 16:26:31 +01:00 committed by GitHub
parent a0b47f1bd5
commit 7c3485363e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ public class BlueMapService implements Closeable {
throw new ConfigurationException(
"BlueMap failed to create this folder:\n" +
resourcePackFolder + "\n" +
"Does BlueMap has sufficient permissions?",
"Does BlueMap have sufficient permissions?",
ex);
}