forked from Upstream/Velocitab
[ci-skip] style: Remove double brackets on update_rate @YamlKey
This commit is contained in:
parent
f0c5ebe5a8
commit
7abf085734
@ -42,7 +42,7 @@ public class Settings {
|
||||
private String fallbackGroup = "default";
|
||||
@YamlKey("enable_papi_hook")
|
||||
private boolean enablePapiHook = true;
|
||||
@YamlKey(("update_rate"))
|
||||
@YamlKey("update_rate")
|
||||
private int updateRate = 0;
|
||||
|
||||
public Settings(@NotNull Velocitab plugin) {
|
||||
|
Loading…
Reference in New Issue
Block a user