mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-11 21:43:54 +00:00
bleh
This commit is contained in:
@ -54,7 +54,7 @@ public class VPlayer implements ConfigLoadable, ConfigSavable, Validatable
|
||||
discordId = cs.getString("discordId", null);
|
||||
enabled = cs.getBoolean("enabled", false);
|
||||
tag = cs.getString("tag", null);
|
||||
clearChatOptOut = cs.getBoolean("clearchatoptout", false);
|
||||
clearChatOptOut = cs.getBoolean("clearChatOptOut", false);
|
||||
}
|
||||
|
||||
@Override
|
||||
@ -66,7 +66,7 @@ public class VPlayer implements ConfigLoadable, ConfigSavable, Validatable
|
||||
cs.set("enabled", enabled);
|
||||
cs.set("tag", tag);
|
||||
cs.set("ips", Lists.newArrayList(ips));
|
||||
cs.set("clearchatoptout", clearChatOptOut);
|
||||
cs.set("clearChatOptOut", clearChatOptOut);
|
||||
}
|
||||
|
||||
public List<String> getIps()
|
||||
|
Reference in New Issue
Block a user