mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-12-19 15:57:37 +01:00
Updated Via API usage
This commit is contained in:
parent
9cd0ac3abf
commit
0023b789e2
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user