mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-11-12 23:15:56 +08:00
Update EcsEntityConnect.cs
This commit is contained in:
parent
2ab8fc695b
commit
4ba850728f
@ -122,7 +122,7 @@ namespace DCFApixels.DragonECS
|
||||
}
|
||||
public void Disconnect()
|
||||
{
|
||||
if(_isConnected == false)
|
||||
if (_isConnected == false)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user