mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
fix(KCP): Added port to ToString (#3683)
This commit is contained in:
parent
16dbeb1707
commit
c1699f8157
@ -366,7 +366,7 @@ protected virtual void OnLogStatistics()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string ToString() => "KCP";
|
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
|
||||||
|
@ -323,7 +323,7 @@ protected virtual void OnLogStatistics()
|
|||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string ToString() => "ThreadedKCP";
|
public override string ToString() => $"ThreadedKCP {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