Skip to content

Commit

Permalink
Fix Labs Config Loading on Cleanroom Servers
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Oct 9, 2024
1 parent 2f71774 commit 5ef9f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/nomiceu/nomilabs/config/LabsConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import com.nomiceu.nomilabs.LabsValues;

@SuppressWarnings({ "CanBeFinal", "unused" })
@Config(modid = LabsValues.LABS_MODID, category = "")
@Config(modid = LabsValues.LABS_MODID, name = LabsValues.LABS_MODID, category = "")
public class LabsConfig {

@Config.Comment("Content Settings")
Expand Down

0 comments on commit 5ef9f99

Please sign in to comment.