diff options
Diffstat (limited to 'OpenSim/Tests/Common/Helpers/SceneHelpers.cs')
-rw-r--r-- | OpenSim/Tests/Common/Helpers/SceneHelpers.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Helpers/SceneHelpers.cs b/OpenSim/Tests/Common/Helpers/SceneHelpers.cs index 345ca8a..8f44555 100644 --- a/OpenSim/Tests/Common/Helpers/SceneHelpers.cs +++ b/OpenSim/Tests/Common/Helpers/SceneHelpers.cs | |||
@@ -548,7 +548,7 @@ namespace OpenSim.Tests.Common | |||
548 | string reason; | 548 | string reason; |
549 | 549 | ||
550 | // Stage 1: tell the scene to expect a new user connection | 550 | // Stage 1: tell the scene to expect a new user connection |
551 | if (!scene.NewUserConnection(agentData, (uint)tf, out reason)) | 551 | if (!scene.NewUserConnection(agentData, (uint)tf, null, out reason)) |
552 | Console.WriteLine("NewUserConnection failed: " + reason); | 552 | Console.WriteLine("NewUserConnection failed: " + reason); |
553 | 553 | ||
554 | // Stage 2: add the new client as a child agent to the scene | 554 | // Stage 2: add the new client as a child agent to the scene |