Skip to content

Commit

Permalink
Hotfix for V2 WorkQueue
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-petko authored and GitHub Enterprise committed Oct 27, 2022
1 parent e526fbc commit a7820bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Shared/MFDLabs.GridTasks/WorkQueues/RenderingWorkQueueV2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ ref bool failure

#else
item.RespondEphemeralPing("Calling the render command like this is deprecated until further notice. Please see https://github.com/mfdlabs/grid-bot-support/discussions/13.");
break;
return long.MinValue;
#endif

case "self":
Expand All @@ -290,7 +290,7 @@ ref bool failure

#else
item.RespondEphemeralPing("Calling the render command like this is deprecated until further notice. Please see https://github.com/mfdlabs/grid-bot-support/discussions/13.");
break;
return long.MinValue;
#endif
}

Expand Down

0 comments on commit a7820bc

Please sign in to comment.