Skip to content

Commit

Permalink
Update Refresh.GameServer/Endpoints/Game/Levels/PublishEndpoints.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Beyley Thomas <[email protected]>
Signed-off-by: jvyden <[email protected]>
  • Loading branch information
jvyden and Beyley authored Jul 30, 2024
1 parent cea7870 commit 2d4d24e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private static bool VerifyLevel(GameLevelRequest body, DataContext dataContext)
{
foreach (GameLevelRequest innerLevel in body.Slots)
{
if (VerifyLevel(body, dataContext)) continue;
if (VerifyLevel(innerLevel, dataContext)) continue;

context.Logger.LogInfo(RefreshContext.Publishing, "Failed to verify inner level {0}", innerLevel.LevelId);
return null;
Expand Down

0 comments on commit 2d4d24e

Please sign in to comment.