Skip to content

Commit

Permalink
Added in-progress message for collecting async timing results
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Nov 16, 2024
1 parent fdba0f7 commit aed64e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-patches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions eng.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 <set|add> <value> OR /time <start|stop|query>
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
Expand Down

0 comments on commit aed64e9

Please sign in to comment.