You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ChunkHolder#tick, when viewed in Enigma (CFR mode), is incorrectly decompiled; a boolean (returned from lv4.isAfter) is assigned to int i; and compared as if it was an integer.
The text was updated successfully, but these errors were encountered:
ChunkHolder#tick
, when viewed in Enigma (CFR mode), is incorrectly decompiled; a boolean (returned fromlv4.isAfter
) is assigned toint i;
and compared as if it was an integer.The text was updated successfully, but these errors were encountered: