Comment out data watcher exception

There's a chance that the fallbacks will actually work properly, it's
worth a try until I can find a permanent solution.
This commit is contained in:
Dan Mulloy 2016-03-01 18:34:35 -05:00
parent 019e45572d
commit 4987cd188a

View File

@ -819,7 +819,6 @@ public class WrappedDataWatcher extends AbstractWrapper implements Iterable<Wrap
CREATE_KEY_VALUE_METHOD = candidates.get(0);
UPDATE_KEY_VALUE_METHOD = candidates.get(1);
} else {
throw new IllegalStateException("I haven\'t done watchable objects yet, sorry!");
//throw new IllegalStateException("Unable to find create and update watchable object. Update ProtocolLib.");
}