Skip to content

Commit

Permalink
fix logger
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Oct 26, 2024
1 parent 38c38be commit c6943e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public abstract class DedicatedServerMixin {
}

if (Boolean.getBoolean("railwaystweaks.shutdown.forcefully")) {
RailwaysTweaks.LOGGER.info("Force shutting down server, threads will be stuck");
RailwaysTweaks.LOGGER.info("Force shutting down server");
Runtime.getRuntime().halt(0);
}
}
Expand Down

0 comments on commit c6943e8

Please sign in to comment.