We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38df15d + b274701 commit 253326dCopy full SHA for 253326d
1 file changed
game/states.py
@@ -17,7 +17,7 @@
17
from game.tags import IsItem, IsPlayer
18
19
20
-@attrs.define(eq=False)
+@attrs.define()
21
class InGame(State):
22
"""Primary in-game state."""
23
0 commit comments