Archiviert
13
0

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.
Dieser Commit ist enthalten in:
Dan Mulloy 2016-03-01 18:34:35 -05:00
Ursprung 019e45572d
Commit 4987cd188a

Datei anzeigen

@ -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.");
}