mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-26 17:05:01 +00:00
Add all valid entries to toString() (#88)
This commit is contained in:
parent
a90e7654d1
commit
402a1e28b7
@ -89,7 +89,10 @@ public class Admin implements ConfigLoadable, ConfigSavable, Validatable
|
||||
.append("- Is Active: ").append(active).append("\n")
|
||||
.append("- Discord ID: ").append(discordID).append("\n")
|
||||
.append("- Tag: ").append(tag).append("\n")
|
||||
.append("- Admin Chat Format:").append(acFormat);
|
||||
.append("- Potion Spy: ").append(potionSpy).append("\n")
|
||||
.append("- Admin Chat Format: ").append(acFormat).append("\n")
|
||||
.append("- Old Tags: ").append(oldTags).append("\n")
|
||||
.append("- Log Stick: ").append(logStick);
|
||||
|
||||
return output.toString();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user