aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAdam Frisby2009-02-22 08:53:56 +0000
committerAdam Frisby2009-02-22 08:53:56 +0000
commitb7f80ec0b7d81a625ba43efd281a533084cbd8d9 (patch)
treee916fb29253f7117ca24c612244d5cdfc7a47778
parent* Adds initial support for the MXP Virtual Worlds protocol (http://www.bubble... (diff)
downloadopensim-SC_OLD-b7f80ec0b7d81a625ba43efd281a533084cbd8d9.zip
opensim-SC_OLD-b7f80ec0b7d81a625ba43efd281a533084cbd8d9.tar.gz
opensim-SC_OLD-b7f80ec0b7d81a625ba43efd281a533084cbd8d9.tar.bz2
opensim-SC_OLD-b7f80ec0b7d81a625ba43efd281a533084cbd8d9.tar.xz
* There's always something. Fixes MXP Server so that when it starts up, it actually starts up.
-rw-r--r--OpenSim/Client/MXP/PacketHandler/MXPPacketServer.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Client/MXP/PacketHandler/MXPPacketServer.cs b/OpenSim/Client/MXP/PacketHandler/MXPPacketServer.cs
index b35ab9c..9f635fd 100644
--- a/OpenSim/Client/MXP/PacketHandler/MXPPacketServer.cs
+++ b/OpenSim/Client/MXP/PacketHandler/MXPPacketServer.cs
@@ -47,6 +47,7 @@ namespace OpenSim.Client.MXP.PacketHandler
47 programName = "OpenSimulator"; 47 programName = "OpenSimulator";
48 48
49 transmitter = new Transmitter(port); 49 transmitter = new Transmitter(port);
50 transmitter.Startup();
50 } 51 }
51 52
52 #endregion 53 #endregion