Correct minor typo in error message

This commit is contained in:
libraryaddict 2019-03-12 18:29:39 +13:00
parent 083ddf72c3
commit 87cb76f288

View File

@ -316,7 +316,7 @@ public class DisguiseConfig {
}
catch (Exception ex) {
DisguiseUtilities.getLogger().warning("Cannot parse '" + config.getString("SelfDisguisesScoreboard") +
"' to a valid option for SelfDisguisesTeam");
"' to a valid option for SelfDisguisesScoreboard");
}
loadCustomDisguises();