mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-09 23:35:41 +00:00
fix: fix "rolor" typo
This commit is contained in:
parent
98267c5ad7
commit
211d082b7e
@ -32,7 +32,7 @@ internal enum IntegerAttribute
|
|||||||
TerrainNodeRevision,
|
TerrainNodeRevision,
|
||||||
ClickedSession,
|
ClickedSession,
|
||||||
ChatType,
|
ChatType,
|
||||||
ChatRolorRed,
|
ChatColorRed,
|
||||||
ChatColorGreen,
|
ChatColorGreen,
|
||||||
ChatColorBlue,
|
ChatColorBlue,
|
||||||
ChatEffects,
|
ChatEffects,
|
||||||
|
@ -67,7 +67,7 @@ public sealed partial class VirtualParadiseClient
|
|||||||
|
|
||||||
if (type == 1)
|
if (type == 1)
|
||||||
{
|
{
|
||||||
int r = vp_int(sender, IntegerAttribute.ChatRolorRed);
|
int r = vp_int(sender, IntegerAttribute.ChatColorRed);
|
||||||
int g = vp_int(sender, IntegerAttribute.ChatColorGreen);
|
int g = vp_int(sender, IntegerAttribute.ChatColorGreen);
|
||||||
int b = vp_int(sender, IntegerAttribute.ChatColorBlue);
|
int b = vp_int(sender, IntegerAttribute.ChatColorBlue);
|
||||||
color = Color.FromArgb(r, g, b);
|
color = Color.FromArgb(r, g, b);
|
||||||
|
Loading…
Reference in New Issue
Block a user