diff options
author | Nassim Jahnke <[email protected]> | 2024-01-25 10:54:46 +0100 |
---|---|---|
committer | Nassim Jahnke <[email protected]> | 2024-01-25 12:10:23 +0100 |
commit | b03f255532bba5a1398f03207756f42e5597ccb8 (patch) | |
tree | a420815beecbcd8bdd4dbb4ca2275ac7827c0033 /scripts | |
parent | 1831240d1c48086fc0199584787cd2013d4d4b5f (diff) | |
download | Paper-b03f255532bba5a1398f03207756f42e5597ccb8.tar.gz Paper-b03f255532bba5a1398f03207756f42e5597ccb8.zip |
Finish moving patches back and improving compilable state
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 6c7fca436c..509e29fab5 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 'Rewrite chunk system' -patch_target = 992 # TODO: Update this +# py ../../scripts/moveback.py '' +patch_target = 990 # TODO: Update this def increment_number(filename): |