diff options
author | Nassim Jahnke <[email protected]> | 2024-01-24 13:07:40 +0100 |
---|---|---|
committer | Nassim Jahnke <[email protected]> | 2024-01-24 13:07:40 +0100 |
commit | fae4fc60c960aa0a8d87c839fc2fc3eaba7a5676 (patch) | |
tree | bd6bd9ab40b3894d7a5ad03f52ea786463a63510 /scripts | |
parent | bafdfefb838668c0e7ca9df95613f84ea9a52ac9 (diff) | |
download | Paper-fae4fc60c960aa0a8d87c839fc2fc3eaba7a5676.tar.gz Paper-fae4fc60c960aa0a8d87c839fc2fc3eaba7a5676.zip |
[ci skip] Move chunk system patch back a bit
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/moveback.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/moveback.py b/scripts/moveback.py index 6dec9e0759..6135e33d8b 100644 --- a/scripts/moveback.py +++ b/scripts/moveback.py @@ -2,8 +2,8 @@ import os import sys # Use inside of server patch dir -# py ../../scripts/moveback.py '' -patch_target = 100 # TODO: Update this +# py ../../scripts/moveback.py 'Rewrite chunk system' +patch_target = 400 # TODO: Update this def increment_number(filename): |