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>
|
/// <summary>
|
||||||
/// Default chat color.
|
/// Default chat color.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public const string defaultChatColor = "255.255.255";
|
public const string defaultChatColor = "255,255,255";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// List of permissions available to the group.
|
/// List of permissions available to the group.
|
||||||
|
|
@ -298,4 +298,4 @@ namespace TShockAPI
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue