Skip to content

Improved 26.2 Update - #133

Merged
Nekiplay merged 2 commits into
MeteorClientPlus:26.2from
Merennor:26.2
Aug 14, 2026
Merged

Improved 26.2 Update#133
Nekiplay merged 2 commits into
MeteorClientPlus:26.2from
Merennor:26.2

Conversation

@Merennor

Copy link
Copy Markdown
Contributor

Changelog:
Remove local build of Meteor in repo since it's released upstream
YACL not used in build scripts - removed
Fixed some mismatches like Update Checker/jar file was specified for 26.1.2, updated README to 26.2
All changes based on updated template of Meteor Addons (meteor-addon-template)

Remove local build of Meteor in repo since it's released upstream
YACL not used in build scripts - removed
Modules.get(Class) is annotated @nullable and can return null,
causing an NPE in allowCrit() when chained directly into
isActive(). Replace with Modules.get().isActive(Criticals.class),
which performs the null check internally.

Fixes MeteorClientPlus#131
@Nekiplay
Nekiplay merged commit 692a6e3 into MeteorClientPlus:26.2 Aug 14, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants