Skip to content

Improved 26.2 Update - #133

Open
Merennor wants to merge 2 commits into
MeteorClientPlus:26.2from
Merennor:26.2
Open

Improved 26.2 Update#133
Merennor wants to merge 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
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.

1 participant