diff options
author | Nassim Jahnke <[email protected]> | 2024-01-23 15:43:48 +0100 |
---|---|---|
committer | Nassim Jahnke <[email protected]> | 2024-01-23 15:57:42 +0100 |
commit | e66037960b02c7b22bbed75318904c55a4177977 (patch) | |
tree | d0b197f87dbd7c547018af9defdb33691ddce30b /scripts | |
parent | 52619e7a2162d0feb8f142227fe8ad34e21ce860 (diff) | |
download | Paper-e66037960b02c7b22bbed75318904c55a4177977.tar.gz Paper-e66037960b02c7b22bbed75318904c55a4177977.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 ee8d04838a..ca2a47481d 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 = 1009 # TODO: Update this +patch_target = 998 # TODO: Update this def increment_number(filename): |