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

GenericGridServerConcept
Adam Frisby 2009-02-22 08:53:56 +00:00
parent 937a2e6dca
commit b7f80ec0b7
1 changed files with 1 additions and 0 deletions

View File

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