Skip to content

Commit

Permalink
Update lua/ui/game/pause.lua
Browse files Browse the repository at this point in the history
Co-authored-by: lL1l1 <[email protected]>
  • Loading branch information
Garanas and lL1l1 authored Feb 5, 2025
1 parent be8077a commit 740d767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/ui/game/pause.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ local oldSessionResume = _G.SessionResume
_G.SessionResume = function()
LOG("SessionResume")

-- scenario's that are all good
-- no unpause restrictions in replays or singleplayer
if SessionIsReplay() or
not SessionIsMultiplayer()
then
Expand Down

0 comments on commit 740d767

Please sign in to comment.