mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
This commit is contained in:
@@ -82,7 +82,7 @@ namespace OpenSim
|
||||
|
||||
protected virtual void CreatePacketServer()
|
||||
{
|
||||
PacketServer packetServer = new PacketServer(this);
|
||||
PacketServer packetServer = new PacketServer(this, (uint) listenPort);
|
||||
}
|
||||
|
||||
protected virtual void OnReceivedData(IAsyncResult result)
|
||||
|
||||
Reference in New Issue
Block a user