mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 03:30:02 +00:00
Correct minor typo in error message
This commit is contained in:
parent
083ddf72c3
commit
87cb76f288
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue