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:
Ursprung
019e45572d
Commit
4987cd188a
@ -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.");
|
||||
}
|
||||
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren