Finish implementation of explosion repair

This commit is contained in:
Tara 2023-01-07 05:39:13 -07:00
parent 1126306c2c
commit aadb2a5bf5
7 changed files with 146 additions and 47 deletions

View file

@ -40,7 +40,7 @@ public class PrefixColorCommand {
return 1;
}
Profile p = Profile.get_profile_of(source.getPlayer().getStringUUID());
p.name_color = colorcoded;
p.prefix_color = colorcoded;
p.commit();
OTEMod.PROFILES.put(source.getPlayer().getStringUUID(), p);