Fix PluginWatchResult#getKey kekw

This commit is contained in:
Frank van der Heijden 2021-08-04 01:01:01 +02:00
parent f0168224ad
commit 60204e7e58
No known key found for this signature in database
GPG key ID: B808721C2DD5B5B8

View file

@ -22,6 +22,6 @@ public class PluginWatchResult implements AbstractResult {
@Override
public ConfigKey getKey() {
return null;
return result.getKey();
}
}