Correct minor typo in error message
This commit is contained in:
parent
083ddf72c3
commit
87cb76f288
@ -316,7 +316,7 @@ public class DisguiseConfig {
|
|||||||
}
|
}
|
||||||
catch (Exception ex) {
|
catch (Exception ex) {
|
||||||
DisguiseUtilities.getLogger().warning("Cannot parse '" + config.getString("SelfDisguisesScoreboard") +
|
DisguiseUtilities.getLogger().warning("Cannot parse '" + config.getString("SelfDisguisesScoreboard") +
|
||||||
"' to a valid option for SelfDisguisesTeam");
|
"' to a valid option for SelfDisguisesScoreboard");
|
||||||
}
|
}
|
||||||
|
|
||||||
loadCustomDisguises();
|
loadCustomDisguises();
|
||||||
|
Loading…
Reference in New Issue
Block a user