* There's always something. Fixes MXP Server so that when it starts up, it actually starts up.

This commit is contained in:
Adam Frisby
2009-02-22 08:53:56 +00:00
parent 937a2e6dca
commit b7f80ec0b7

View File

@@ -47,6 +47,7 @@ namespace OpenSim.Client.MXP.PacketHandler
programName = "OpenSimulator";
transmitter = new Transmitter(port);
transmitter.Startup();
}
#endregion