diff options
author | Nassim Jahnke <[email protected]> | 2024-01-24 22:13:08 +0100 |
---|---|---|
committer | Nassim Jahnke <[email protected]> | 2024-01-25 00:41:51 +0100 |
commit | 1831240d1c48086fc0199584787cd2013d4d4b5f (patch) | |
tree | d61d8d63ec61e8394df0b9c7db9219e1518741c2 /scripts | |
parent | b7004609991dab287b582a1546a1b59c5d90c916 (diff) | |
download | Paper-1831240d1c48086fc0199584787cd2013d4d4b5f.tar.gz Paper-1831240d1c48086fc0199584787cd2013d4d4b5f.zip |
[ci skip] Move chunk system patch 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 b0f7e2cca3..6c7fca436c 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 'Rewrite chunk system' -patch_target = 750 # TODO: Update this +patch_target = 992 # TODO: Update this def increment_number(filename): |