Skip to content

Commit

Permalink
Remove unnecessary response creation
Browse files Browse the repository at this point in the history
  • Loading branch information
rudderbucky committed Apr 29, 2023
1 parent 09c69b2 commit 8ad1058
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Assets/Scripts/Networking/EntityNetworkAdapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,6 @@ public void SetUpHuskEntity()
serverReady.Value = true;
}
updateTimer = 0;
AttemptCreateServerResponse();
huskEntity.networkAdapter = this;
clientReady = true;
if (huskEntity is IOwnable ownable && ownerId != ulong.MaxValue)
Expand Down

0 comments on commit 8ad1058

Please sign in to comment.