Skip to content

Commit f48eae4

Browse files
discord fix
1 parent fe3e18a commit f48eae4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Assets/Scripts/Game/GameInstance.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,9 +544,9 @@ internal void Update()
544544
host = connectedUser;
545545
}
546546
}
547-
if(host != null)
548-
DiscordTools.FocusInstance(worldMeta, gameServerId + "/" + instanceId, host);
549547
}
548+
if(host != null)
549+
DiscordTools.FocusInstance(worldMeta, gameServerId + "/" + instanceId, host);
550550
sandboxes.ForEach(x => x.InstanceContainer.Runtime.Update());
551551
volumes.SelectVolume();
552552
}

ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ PlayerSettings:
138138
vulkanEnableLateAcquireNextImage: 0
139139
vulkanEnableCommandBufferRecycling: 1
140140
loadStoreDebugModeEnabled: 0
141-
bundleVersion: 2024.11.1b
141+
bundleVersion: 2024.11.2b
142142
preloadedAssets: []
143143
metroInputSource: 0
144144
wsaTransparentSwapchain: 0

0 commit comments

Comments
 (0)