mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
fix(MultiplexTransport): Fixed log output
This commit is contained in:
parent
1f123b783c
commit
3ed770ac45
@ -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