Update TCPClientNetwork.cs

This commit is contained in:
ALEXTANG
2023-07-18 13:05:57 +08:00
parent 4205220b64
commit 51effd2c97

View File

@@ -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;