Removed argument exception message from RelationChanged invisible check.

This commit is contained in:
MobiusDev
2016-07-02 07:09:41 +00:00
parent ec15a11269
commit 88b1fc057d

View File

@ -84,7 +84,8 @@ public final class RelationChanged implements IClientOutgoingPacket
{
if (activeChar.isInvisible())
{
throw new IllegalArgumentException("Cannot add insivisble character to multi relation packet");
// throw new IllegalArgumentException("Cannot add invisible character to multi relation packet");
return;
}
final Relation r = new Relation();
r._objId = activeChar.getObjectId();