Update FpsConfig.java

This commit is contained in:
Kyleeld
2019-05-26 23:40:50 +01:00
committed by GitHub
parent e2b32e6955
commit 288b4003de

View File

@@ -44,7 +44,7 @@ public interface FpsConfig extends Config
} }
@Range( @Range(
min = 10, min = 1,
max = 50 max = 50
) )
@ConfigItem( @ConfigItem(