diff --git a/game/scripts/events/queue.rpy b/game/scripts/events/queue.rpy index 04264612..04042626 100644 --- a/game/scripts/events/queue.rpy +++ b/game/scripts/events/queue.rpy @@ -156,7 +156,7 @@ init -1 python: if config.developer: def __setattr__(self, attr, value): - if getattr(self, attr, not value) != value: + if getattr(self, attr, value) != value: id = self.id rollback = f"{stdcol.UNDERLINE}(Rollback){stdcol.END} " if renpy.in_rollback() else "" caller_id = renpy.get_filename_line()