Fix chat color default bug
Set to correct format for chat colors Fixes #481 Closes #481
This commit is contained in:
parent
9ec77332fb
commit
6fdada2e7e
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ namespace TShockAPI
|
|||
/// <summary>
|
||||
/// Default chat color.
|
||||
/// </summary>
|
||||
public const string defaultChatColor = "255.255.255";
|
||||
public const string defaultChatColor = "255,255,255";
|
||||
|
||||
/// <summary>
|
||||
/// List of permissions available to the group.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue