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