Fixed a bug where an equal Scale treshold wouldn't open Gates.
This commit is contained in:
		@@ -52,7 +52,7 @@ public class Scale extends Field {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    private void stackChanged() {
 | 
			
		||||
        if (weight > threshold)
 | 
			
		||||
        if (weight >= threshold)
 | 
			
		||||
            gateConnected.setOpen(true);
 | 
			
		||||
        else
 | 
			
		||||
            gateConnected.setOpen(false);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user