diff options
author | Nassim Jahnke <[email protected]> | 2024-01-24 15:57:53 +0100 |
---|---|---|
committer | Nassim Jahnke <[email protected]> | 2024-01-24 15:57:53 +0100 |
commit | 8dae5500dd4e5c1137feb7d68dafc9ad4f8b3a9e (patch) | |
tree | dcbd58447514787bffe9732274efd9e73d6e9962 /scripts | |
parent | 2a60c836aafd4410eca70fa23b9b5b7fce77db62 (diff) | |
download | Paper-8dae5500dd4e5c1137feb7d68dafc9ad4f8b3a9e.tar.gz Paper-8dae5500dd4e5c1137feb7d68dafc9ad4f8b3a9e.zip |
[ci skip] Move chunk system patch a bit 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 6135e33d8b..b0f7e2cca3 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 = 400 # TODO: Update this +patch_target = 750 # TODO: Update this def increment_number(filename): |