Multiverse-SignPortals
Multiverse-SignPortals copied to clipboard
Fix wrong detection of legacy signs
Currently the isMVSign check will return true if ANY of the characters in the word "multiverse" are present in the second line since this is doing a regex match, marking any sign with the characters m,u.l,t,i,v,e,r,s in the second line as a legacy sign, the check is now changed to an equalsIgnoreCase which is what is used everywhere else
Hello?