diff --git a/.github/workflows/tag-patches.yml b/.github/workflows/tag-patches.yml index 76525fbf0..ab351b3c4 100644 --- a/.github/workflows/tag-patches.yml +++ b/.github/workflows/tag-patches.yml @@ -19,7 +19,7 @@ jobs: - name: Tag new version run: | - BASE_VERSION="2.21" + BASE_VERSION="2.22" PREVIOUS_TAG=$(git tag --list | awk -v s="$BASE_VERSION." 'index($0, s) == 1' | sort -r --version-sort | head -n1) echo "Previous tag is $PREVIOUS_TAG" diff --git a/eng.ini b/eng.ini index 8af582364..e829c3fc6 100644 --- a/eng.ini +++ b/eng.ini @@ -307,6 +307,7 @@ pocketmine.command.tell.description=Sends a private message to the given player pocketmine.command.time.description=Changes the time on each world pocketmine.command.time.usage=/time OR /time pocketmine.command.timings.alreadyEnabled=Timings are already enabled +pocketmine.command.timings.collect=Collecting timing results... pocketmine.command.timings.description=Records timings to see performance of the server. pocketmine.command.timings.disable=Disabled Timings pocketmine.command.timings.enable=Enabled Timings & Reset