Multiverse-SignPortals icon indicating copy to clipboard operation
Multiverse-SignPortals copied to clipboard

Fix wrong detection of legacy signs

Open EXtremeExploit opened this issue 1 year ago • 2 comments

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

EXtremeExploit avatar Mar 27 '24 14:03 EXtremeExploit

Hello?

EXtremeExploit avatar Aug 17 '24 14:08 EXtremeExploit