9
0
mirror of https://github.com/SparklyPower/SparklyPaper.git synced 2025-12-19 15:09:27 +00:00

Disable Timings if Parallel World Ticking is enabled

Fixes #4
This commit is contained in:
MrPowerGamerBR
2023-11-23 12:07:32 -03:00
parent 320fce2353
commit 5fe6f9d424
2 changed files with 67 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Delete Parallel world ticking patch
run: rm patches/server/*-Parallel-world-ticking.patch
run: rm patches/server/*-Parallel-world-ticking.patch patches/api/*-Parallel-world-ticking.patch
- name: Apply Patches
run: ./gradlew -PsparklypaperImplementationVersionSuffix=without-pwt applyPatches
- name: Build