VSH2-Devs/Vs-Saxton-Hale-2

runtime type warning because I used wrong logic.

assyrianic opened this issue · 0 comments

if( prop_name[0] != 'i' || prop_name[0] != 'b' ) {

The code should be using && instead of ||.