We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
game_full
1 parent 77bd1a2 commit 53dacbaCopy full SHA for 53dacba
1 file changed
src/notifications/hook_gamefull.py
@@ -8,3 +8,4 @@
8
class NsHookGameFull(NsHook):
9
def __init__(self):
10
NsHook.__init__(self, NsType.GAME_FULL)
11
+ self.ingame = True
0 commit comments