forked from MagicBane/Server
Squiggly removal
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user