mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update TCPClientNetwork.cs
This commit is contained in:
@@ -34,7 +34,7 @@ namespace TEngine.Core.Network
|
|||||||
{
|
{
|
||||||
if (_isInit)
|
if (_isInit)
|
||||||
{
|
{
|
||||||
throw new NotSupportedException($"KCPClientNetwork Id:{Id} Has already been initialized. If you want to call Connect again, please re instantiate it.");
|
throw new NotSupportedException($"TCPClientNetwork Id:{Id} Has already been initialized. If you want to call Connect again, please re instantiate it.");
|
||||||
}
|
}
|
||||||
|
|
||||||
_isInit = true;
|
_isInit = true;
|
||||||
|
Reference in New Issue
Block a user