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
Is there a reproduction case? The code looks correct to me: if any wireless redstone system states it provides an output (returns true), the getInput method also returns true, which is . I've also tested with WR-CBE and OpenComputers 1.8.6 on 1.7.10, and it seems to work fine.
This line uses the wrong method on the Set
The
exists
method returns a boolean that shows whether the predicate succeeded. This likely just needs to loop through the systems and check each one.Offending 2014 Commit
The text was updated successfully, but these errors were encountered: