Skip to content

Commit 16922c5

Browse files
committed
fix: change to a more fail-safe override
1 parent f2fdbe0 commit 16922c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Monika After Story/game/overrides.rpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ python early in mas_overrides:
2626
import renpy.savelocation as savelocation
2727

2828

29-
def verify_data_override(data, signatures, check_verifying=True):
29+
def verify_data_override(*args, **kwargs):
3030
"""
3131
Verify the data in a save token.
3232

0 commit comments

Comments
 (0)