I don't think there should've been a warning to begin with

This commit is contained in:
libraryaddict 2020-12-29 05:18:37 +13:00
parent 73d2d6b1a5
commit c3d6dd1b43

View file

@ -261,8 +261,6 @@ public class FlagWatcher {
sentValues.add(id);
if (index == null) {
DisguiseUtilities.getLogger()
.severe("Failed to find a registered ID for " + id + " of " + getClass().getSimpleName() + " with data value " + watch.getRawValue());
continue;
}