You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use sv_cheats on a challenge mode map, it shows a dialog indicating that you cheated and your score wasn't saved. Closing this dialog is supposed to open the leaderboards, but since a recent update, it now opens the pause menu instead due to FCVAR_CLIENTCMD_CAN_EXECUTE preventing the leaderboard open command from running. This needs to be changed to use ClientCmd_Unrestricted() so the flag is bypassed.
The text was updated successfully, but these errors were encountered:
Can confirm, completing a challenge map with cheats on sends me to the pause menu instead of the leaderboards. I would also like to add that this bug means you can continue playing the map even after you hit the ending flag.
If you use
sv_cheats
on a challenge mode map, it shows a dialog indicating that you cheated and your score wasn't saved. Closing this dialog is supposed to open the leaderboards, but since a recent update, it now opens the pause menu instead due toFCVAR_CLIENTCMD_CAN_EXECUTE
preventing the leaderboard open command from running. This needs to be changed to useClientCmd_Unrestricted()
so the flag is bypassed.The text was updated successfully, but these errors were encountered: