diff options
author | Nassim Jahnke <[email protected]> | 2024-01-23 12:06:27 +0100 |
---|---|---|
committer | Nassim Jahnke <[email protected]> | 2024-01-23 12:47:01 +0100 |
commit | 484d6bfb4efe5caac0207cd64a466dcca31bf2dd (patch) | |
tree | 55e92523ffcc8c74c3ed97fe6889fd8cbd64ac17 /scripts | |
parent | 25013d997057eb89471d285db2a4b40acde6272d (diff) | |
download | Paper-484d6bfb4efe5caac0207cd64a466dcca31bf2dd.tar.gz Paper-484d6bfb4efe5caac0207cd64a466dcca31bf2dd.zip |
[ci skip] Move some disruptive patches back
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/moveback.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/moveback.py b/scripts/moveback.py index 744f101a1e..ee8d04838a 100644 --- a/scripts/moveback.py +++ b/scripts/moveback.py @@ -3,7 +3,7 @@ import sys # Use inside of server patch dir # py ../../scripts/moveback.py '' -patch_target = 1038 # TODO: Update this +patch_target = 1009 # TODO: Update this def increment_number(filename): |