mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
Update TCPClientNetwork.cs
This commit is contained in:
@@ -34,7 +34,7 @@ namespace TEngine.Core.Network
|
||||
{
|
||||
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;
|
||||
|
Reference in New Issue
Block a user