Merge branch 'netregression' of https://github.com/Withaust/FlaxEngine into Withaust-netregression

This commit is contained in:
2023-05-17 21:24:55 +02:00
+2 -2
View File
@@ -318,10 +318,10 @@ bool NetworkManager::StartHost()
// Auto-connect host
LocalClient->State = NetworkConnectionState::Connected;
ClientConnected(LocalClient);
State = NetworkConnectionState::Connected;
StateChanged();
ClientConnected(LocalClient);
return false;
}