Squiggly removal

This commit is contained in:
2024-04-27 07:07:59 -04:00
parent 91016dd53c
commit f134f71695
@@ -205,9 +205,8 @@ public class ObjectActionMsgHandler extends AbstractClientMsgHandler {
} }
if (uuid == 910010) { //tears of saedron if (uuid == 910010) { //tears of saedron
if (comps.size() > 1) { if (comps.size() > 1)
AbstractCharacter.removeRune(player, origin, comps.get(1).intValue()); AbstractCharacter.removeRune(player, origin, comps.get(1).intValue());
}
break; break;
} }