fixed port conflicts
This commit is contained in:
@ -56,7 +56,7 @@ namespace Convai.Scripts.Runtime.Multiplayer
|
||||
if (cfg != null)
|
||||
{
|
||||
targetIP = cfg.ipAddress;
|
||||
targetPort = cfg.port;
|
||||
targetPort = cfg.multiplayerAudioPort;
|
||||
}
|
||||
}
|
||||
InitializeNetwork();
|
||||
|
||||
Reference in New Issue
Block a user