Skip to content

Commit df2dfea

Browse files
committed
test
1 parent c4d6ca7 commit df2dfea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/de/dertoaster/kerkercraft/common/services/KCServices.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
public class KCServices {
99

1010
public static final FactionService FACTION = load(FactionService.class);
11+
1112
public static final BlockService BLOCK = load(BlockService.class);
1213
public static final ConfigService CONFIG = load(ConfigService.class);
1314
public static final EntityTypeService ENTITY_TYPE = load(EntityTypeService.class);

0 commit comments

Comments
 (0)