Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #323 from Cerzi/develop
Browse files Browse the repository at this point in the history
Fix for client disconnect on join game (issue #322)
  • Loading branch information
phalasz committed Sep 11, 2019
2 parents 1a6b670 + db853dd commit b69d15b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ private void OnDestroy()
if (sqpClient != null)
{
sqpClient.ShutDown();
NetWorker.EndSession();
}
}

Expand Down

0 comments on commit b69d15b

Please sign in to comment.