Closed Chronos-92 closed 7 years ago
This fixes the crash but not the issue.. Hmm.
Confirmed that this does infact fix the issue.
Unless you are using and for string concatenation, "And" and "Or" are technically bitwise operators and you should always use AndAlso and OrElse unless you need to work with bits.
Forgot a simple check, and the fact that And does not equal the && operator in C#, I needed AndAlso.