Finish implementation of explosion repair
This commit is contained in:
parent
1126306c2c
commit
aadb2a5bf5
7 changed files with 146 additions and 47 deletions
|
@ -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);
|
||||
|
||||
|
|
Reference in a new issue