Updated Via API usage

This commit is contained in:
FlorianMichael 2024-02-24 10:26:16 +01:00
parent 9cd0ac3abf
commit 0023b789e2
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ public class VFConfig extends Config {
}
public Collection<?> getClientSideForceDisable() {
return (List<?>) get(CLIENT_SIDE_FORCE_DISABLE, List.class, Collections.emptyList());
return get(CLIENT_SIDE_FORCE_DISABLE, Collections.emptyList());
}
public void setHideButton(boolean val) {