Skip to content

Commit

Permalink
Update scripts/RMC/Adv. Ghost Comp/Load_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ximk authored Dec 26, 2023
1 parent a600d0c commit 38a11b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/RMC/Adv. Ghost Comp/Load_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def on_frame_advance():
delayed_frame = floor(delay)+frame
decimal_delay = delay - floor(delay)

if not metadata is None:
if metadata is not None:
metadata.write(lib.get_metadata_addr(1))

if lib.is_rkg():
Expand Down

0 comments on commit 38a11b7

Please sign in to comment.