mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 19:10:32 +00:00
KcpTransport: fixed ToString to match other transports
This commit is contained in:
parent
af4d8e789e
commit
9d5b66a64f
@ -365,7 +365,7 @@ protected virtual void OnLogStatistics()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string ToString() => $"KCP {port}";
|
public override string ToString() => $"KCP [{port}]";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//#endif MIRROR <- commented out because MIRROR isn't defined on first import yet
|
//#endif MIRROR <- commented out because MIRROR isn't defined on first import yet
|
||||||
|
Loading…
Reference in New Issue
Block a user