Skip to content

Commit

Permalink
Use MODID for LOGGER
Browse files Browse the repository at this point in the history
  • Loading branch information
StavWasPlayZ committed Apr 26, 2024
1 parent 3e6c35c commit 4bebf9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
import net.fabricmc.api.ModInitializer;

public class GInstrumentMod implements ModInitializer {
public static final Logger LOGGER = LoggerFactory.getLogger("genshinstrument");
public static final String MODID = "genshinstrument";
public static final Logger LOGGER = LoggerFactory.getLogger(MODID);

@Override
public void onInitialize() {
Expand Down

0 comments on commit 4bebf9b

Please sign in to comment.