diff options
author | Cow <cow@volloeko.de> | 2020-07-22 23:07:45 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-07-22 23:07:45 +0200 |
commit | 70dba3149a04105488c33fdc6ea99be93eb616aa (patch) | |
tree | 9ec94667a23e732b720e8510624bba89cc2b703c /CHANGELOG.md | |
parent | d73b34dba09385b216890191853157c0e57aacd1 (diff) | |
download | Cowlection-70dba3149a04105488c33fdc6ea99be93eb616aa.tar.gz Cowlection-70dba3149a04105488c33fdc6ea99be93eb616aa.tar.bz2 Cowlection-70dba3149a04105488c33fdc6ea99be93eb616aa.zip |
Added detection whether player is on SkyBlock or in other gamemodes
- Fixes e.g. removal of enchantments in non-SkyBlock gamemodes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f19d93b..83686aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Added `/moo say [optional text]`: You can say `moo` again without triggering the command `/moo` 🎉 ### Changed +- SkyBlock related event listeners now only run while on SkyBlock, otherwise they are disabled + - Fixes e.g. removal of enchantments in non-SkyBlock gamemodes - Tab-completable player names now include names from: - party or game (duels) invites - Dungeon party finder: player joins group |