diff options
Diffstat (limited to 'scripts/moveback.py')
-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): |