Finish new prefix and suffix system for groups.
Removed admin chat stuff and will now use prefix/suffix's
This commit is contained in:
parent
8cf298ad85
commit
33d304a4fa
4 changed files with 8 additions and 21 deletions
|
|
@ -93,6 +93,9 @@ namespace TShockAPI
|
|||
R = (byte)TShock.Config.SuperAdminChatRGB[0];
|
||||
G = (byte)TShock.Config.SuperAdminChatRGB[1];
|
||||
B = (byte)TShock.Config.SuperAdminChatRGB[2];
|
||||
Prefix = TShock.Config.SuperAdminChatPrefix;
|
||||
Suffix = TShock.Config.SuperAdminChatSuffix;
|
||||
|
||||
}
|
||||
|
||||
public override bool HasPermission(string permission)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue