File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
common/src/main/java/dev/ftb/mods/ftbteams/api/property Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public class TeamPropertyType<T> {
2424 public static final TeamPropertyType <Boolean > BOOLEAN = register ("boolean" , BooleanProperty ::fromNetwork );
2525 public static final TeamPropertyType <String > STRING = register ("string" , StringProperty ::fromNetwork );
2626 public static final TeamPropertyType <List <String >> STRING_LIST = register ("string_list" , StringListProperty ::fromNetwork );
27- public static final TeamPropertyType <Set <String >> STRING_SET = register ("string_list " , StringSetProperty ::fromNetwork );
27+ public static final TeamPropertyType <Set <String >> STRING_SET = register ("string_set " , StringSetProperty ::fromNetwork );
2828 public static final TeamPropertyType <Integer > INT = register ("int" , IntProperty ::fromNetwork );
2929 public static final TeamPropertyType <Double > DOUBLE = register ("double" , DoubleProperty ::fromNetwork );
3030 public static final TeamPropertyType <Color4I > COLOR = register ("color" , ColorProperty ::fromNetwork );
You can’t perform that action at this time.
0 commit comments