Closed Fronkln closed 5 years ago
Second condition will never happen. You have code like
if(a){ ... }else{ if(a){ ... } }
Yep, magically it started causing issues again so i'm working on fixing it
@lewa-j Take a look at this new code, just made sure it all works and all conditions are working as expected
Second condition will never happen. You have code like