Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
should fix #75

 (github istg do not close this issue just because i said "fix")

Co-Authored-By: AnOpenSauceDev <119765865+anopensaucedev@users.noreply.github.com>
  • Loading branch information
AnOpenSauceDev and AnOpenSauceDev committed Nov 24, 2023
1 parent 43f9cc1 commit e94dac7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

public class MethaneServerError implements DedicatedServerModInitializer {
@Override
public void onInitializeServer() { // Methane Server Utils might load after Methane due to how the Fabric Loader works, but this still gets the message across.
public void onInitializeServer() { // Methane Server Utils might load after Methane due to how the Fabric Loader works (meaning that the wrong message will pop up), but this still gets the message across.

Methane.MethaneLogger.error("----------------------------------### WARNING! Please read! ###----------------------------------------");

Expand Down

0 comments on commit e94dac7

Please sign in to comment.