Skip to content

Commit 53dacba

Browse files
committed
Show game_full notifications in game by default
they can only happen in game
1 parent 77bd1a2 commit 53dacba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/notifications/hook_gamefull.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
class NsHookGameFull(NsHook):
99
def __init__(self):
1010
NsHook.__init__(self, NsType.GAME_FULL)
11+
self.ingame = True

0 commit comments

Comments
 (0)