mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
For debug purposes, allow simulators to force use of earlier SIMULATION/0.1 teleport protocol even if SIMULATION/0.2 is available.
This is specified in the MaxOutgoingTransferVersion attribute of [EntityTransfer] in OpenSim.ini, see OpenSimDefaults.ini for more details. Default remains "SIMULATION/0.2" Primarily for http://opensimulator.org/mantis/view.php?id=6755
This commit is contained in:
@@ -185,7 +185,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
|
||||
public void TestSameSimulatorIsolatedRegionsV2()
|
||||
{
|
||||
TestHelpers.InMethod();
|
||||
// TestHelpers.EnableLogging();
|
||||
TestHelpers.EnableLogging();
|
||||
|
||||
UUID userId = TestHelpers.ParseTail(0x1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user