This commit is contained in:
Cinder Roxley
2025-07-10 17:14:48 -05:00
parent f5f78d667a
commit e837b0c4d6

View File

@@ -7,7 +7,7 @@ namespace OpenMetaverse.TestClient
{
public class GetEstateCovenantCommand : Command
{
AutoResetEvent waitEvent = new AutoResetEvent(false);
private readonly AutoResetEvent waitEvent = new AutoResetEvent(false);
private static StringBuilder result = new StringBuilder();
public GetEstateCovenantCommand(TestClient client)