mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-02-17 02:28:46 +00:00
smart developer gang
This commit is contained in:
parent
446f658c13
commit
52269c2122
@ -77,7 +77,7 @@ public class VPlayer implements ConfigLoadable, ConfigSavable, Validatable
|
|||||||
cs.set("ips", Lists.newArrayList(ips));
|
cs.set("ips", Lists.newArrayList(ips));
|
||||||
cs.set("clearChatOptOut", clearChatOptOut);
|
cs.set("clearChatOptOut", clearChatOptOut);
|
||||||
cs.set("rideMode", rideMode);
|
cs.set("rideMode", rideMode);
|
||||||
cs.set("color", color.getChar());
|
cs.set("color", color == null ? null : color.getChar());
|
||||||
}
|
}
|
||||||
|
|
||||||
public List<String> getIps()
|
public List<String> getIps()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user