1
0
mirror of https://github.com/oliverbooth/VpSharp synced 2024-11-10 02:55:41 +00:00

Cleanup nativeevents

This commit is contained in:
Oliver Booth 2022-12-04 17:42:22 +00:00
parent fde3508fc1
commit da02dd83b9
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634

View File

@ -280,7 +280,7 @@ public sealed partial class VirtualParadiseClient
string name; string name;
int avatarCount; int avatarCount;
WorldState state; WorldState state;
lock (Lock) lock (Lock)
{ {
name = vp_string(sender, StringAttribute.WorldName); name = vp_string(sender, StringAttribute.WorldName);