Skip to content

Commit

Permalink
<feature> disable unpack all files by default
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymousException committed Jun 4, 2024
1 parent f78c03a commit 587c4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hook_unrpa.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ init python early hide:

unpack_file_threads = []
MAX_UNPACK_THREADS = 12
SCRIPT_ONLY = False
SCRIPT_ONLY = True
unpack_semaphore = threading.Semaphore(MAX_UNPACK_THREADS)
non_ascii_file_list = []

Expand Down

0 comments on commit 587c4d2

Please sign in to comment.