Team improvements (#8704)
* Update Team.java * Update ServerControl.java * better * kill me please * kill me please * kill me please * Update bundle_ca.properties * kill me please * Update bundle_da.properties * kill me please * kill me please * Update bundle_et.properties * Update bundle_eu.properties * Update bundle_fi.properties * Update bundle_fil.properties * Update bundle_fr.properties * Update bundle_hu.properties * Update bundle_id_ID.properties * Update bundle_ja.properties * Update bundle_ko.properties * Update bundle_lt.properties * Update bundle_nl.properties * Update bundle_nl_BE.properties * Update bundle_pl.properties * Update bundle_pt_BR.properties * Update bundle_pt_PT.properties * Update bundle_ro.properties * Update bundle_ru.properties * Update bundle_sr.properties * Update bundle_sv.properties * Update bundle_th.properties * Update bundle_tr.properties * Update bundle_tk.properties * Update bundle_uk_UA.properties * Update bundle_vi.properties * Update bundle_zh_CN.properties * Update bundle_zh_TW.properties * Update World.java * Update CustomRulesDialog.java * skill issue * skill issue x2 * skill issue x3
This commit is contained in:
@@ -134,6 +134,10 @@ public class Team implements Comparable<Team>{
|
||||
public String localized(){
|
||||
return Core.bundle.get("team." + name + ".name", name);
|
||||
}
|
||||
|
||||
public String coloredName(){
|
||||
return emoji + "[#" + color + "]" + localized() + "[]";
|
||||
}
|
||||
|
||||
@Override
|
||||
public int compareTo(Team team){
|
||||
|
||||
Reference in New Issue
Block a user