Skip to content

Commit

Permalink
Wait, I almost forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnuiL committed Mar 8, 2022
1 parent 12ae78f commit 7b9358a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public static void registerPackets() {

spyglassDependency = requireItem
? (replaceZoom ? SpyglassDependency.BOTH : SpyglassDependency.REQUIRE_ITEM)
: (replaceZoom ? SpyglassDependency.REPLACE_ZOOM : SpyglassDependency.OFF);
: (replaceZoom ? SpyglassDependency.REPLACE_ZOOM : null);

checkRestrictions();
});
Expand Down

0 comments on commit 7b9358a

Please sign in to comment.