mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 19:10:32 +00:00
fix(MultiplexTransport): Fixed log output
This commit is contained in:
parent
2becc2c01c
commit
af4d8e789e
@ -336,12 +336,12 @@ public override void ServerStart()
|
||||
if (Utils.IsHeadless())
|
||||
{
|
||||
Console.ForegroundColor = ConsoleColor.Green;
|
||||
Console.WriteLine($"[Multiplexer]: Server listening on port {portTransport.Port} with {transport.name}");
|
||||
Console.WriteLine($"[Multiplexer]: Server listening on port {portTransport.Port} with {transport}");
|
||||
Console.ResetColor();
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug.Log($"[Multiplexer]: Server listening on port {portTransport.Port} with {transport.name}");
|
||||
Debug.Log($"[Multiplexer]: Server listening on port {portTransport.Port} with {transport}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user