Skip to content

Commit

Permalink
discord fix
Browse files Browse the repository at this point in the history
  • Loading branch information
200Tigersbloxed committed Nov 2, 2024
1 parent fe3e18a commit f48eae4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Assets/Scripts/Game/GameInstance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -544,9 +544,9 @@ internal void Update()
host = connectedUser;
}
}
if(host != null)
DiscordTools.FocusInstance(worldMeta, gameServerId + "/" + instanceId, host);
}
if(host != null)
DiscordTools.FocusInstance(worldMeta, gameServerId + "/" + instanceId, host);
sandboxes.ForEach(x => x.InstanceContainer.Runtime.Update());
volumes.SelectVolume();
}
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ PlayerSettings:
vulkanEnableLateAcquireNextImage: 0
vulkanEnableCommandBufferRecycling: 1
loadStoreDebugModeEnabled: 0
bundleVersion: 2024.11.1b
bundleVersion: 2024.11.2b
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down

0 comments on commit f48eae4

Please sign in to comment.