* There's always something. Fixes MXP Server so that when it starts up, it actually starts up.
parent
937a2e6dca
commit
b7f80ec0b7
|
@ -47,6 +47,7 @@ namespace OpenSim.Client.MXP.PacketHandler
|
|||
programName = "OpenSimulator";
|
||||
|
||||
transmitter = new Transmitter(port);
|
||||
transmitter.Startup();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
Loading…
Reference in New Issue