mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-29 05:55:57 +01:00
Fix grammar in BlueMapService.java (#494)
This commit is contained in:
parent
a0b47f1bd5
commit
7c3485363e
@ -346,7 +346,7 @@ public synchronized ResourcePack getResourcePack() throws ConfigurationException
|
|||||||
throw new ConfigurationException(
|
throw new ConfigurationException(
|
||||||
"BlueMap failed to create this folder:\n" +
|
"BlueMap failed to create this folder:\n" +
|
||||||
resourcePackFolder + "\n" +
|
resourcePackFolder + "\n" +
|
||||||
"Does BlueMap has sufficient permissions?",
|
"Does BlueMap have sufficient permissions?",
|
||||||
ex);
|
ex);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user