mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-25 22:30:52 -04:00
Fix Good's title again.
This commit is contained in:
parent
66de32199b
commit
038b5da076
@ -305,8 +305,8 @@ namespace MCGalaxy {
|
||||
|
||||
bool isOwner = Server.server_owner != "" && Server.server_owner.CaselessEq(name);
|
||||
string viptitle = isDev ? string.Format("{0}[&9Dev{0}] ", color) :
|
||||
isMod ? string.Format("{0}[{&aMod{0}] ", color) :
|
||||
isOwner ? string.Format("{0}[{&cOwner{0}] ", color) : "";
|
||||
isMod ? string.Format("{0}[&aMod{0}] ", color) :
|
||||
isOwner ? string.Format("{0}[&cOwner{0}] ", color) : "";
|
||||
prefix = prefix + viptitle;
|
||||
prefix = (title == "") ? prefix : prefix + color + "[" + titlecolor + title + color + "] ";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user