Finish new prefix and suffix system for groups.

Removed admin chat stuff and will now use prefix/suffix's
This commit is contained in:
Zidonuke 2011-12-22 17:41:47 -05:00
parent 8cf298ad85
commit 33d304a4fa
4 changed files with 8 additions and 21 deletions

View file

@ -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)