@@ -93,7 +93,7 @@ function love.update(dt)
end
--keypressed
if Keybind:HasPressed(Keybind.menu.pause) then
if Keybind:CheckPressed(Keybind.menu.pause) then
if do_pause then
do_pause = false
else
The note is not visible to the blocked user.