v1.0.20.1 (summer patch)

This commit is contained in:
itchyOwl
2023-06-15 16:46:54 +03:00
parent 6acac1d143
commit 83de72e3d2
209 changed files with 4497 additions and 2488 deletions
@@ -175,12 +175,14 @@ namespace Barotrauma.Steam
public static void Update(float deltaTime)
{
//this should be run even if SteamManager is uninitialized
//servers need to be able to notify clients of unlocked talents even if the server isn't connected to Steam
SteamAchievementManager.Update(deltaTime);
if (!IsInitialized) { return; }
if (Steamworks.SteamClient.IsValid) { Steamworks.SteamClient.RunCallbacks(); }
if (Steamworks.SteamServer.IsValid) { Steamworks.SteamServer.RunCallbacks(); }
SteamAchievementManager.Update(deltaTime);
}
public static void ShutDown()
@@ -490,7 +490,7 @@ namespace Barotrauma.Steam
root.Attributes().Remove();
root.Add(
new XAttribute("name", itemTitle),
new XAttribute("name", modName),
new XAttribute("steamworkshopid", itemId),
new XAttribute("corepackage", isCorePackage),
new XAttribute("modversion", modVersion),