Merge pull request #355 from trdwll/shutdown-fix

shutdown server stats
This commit is contained in:
Garry Newman 2020-01-21 22:30:25 +00:00 committed by GitHub
commit 7c82a9fc60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,6 +148,8 @@ namespace Steamworks
SteamNetworkingSockets.Shutdown(); SteamNetworkingSockets.Shutdown();
SteamInventory.Shutdown(); SteamInventory.Shutdown();
SteamServerStats.Shutdown();
SteamGameServer.Shutdown(); SteamGameServer.Shutdown();
} }