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

Commit

Permalink
Rename info message to WindSpigot (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
HyptexPvP authored Oct 14, 2023
1 parent f7d3171 commit 55a609f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@ public void run() {
.warn("Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.");
if (!WindSpigotConfig.stopNotifyBungee) {
DedicatedServer.LOGGER
.warn("---------------------------- NachoSpigot Checker ----------------------------");
.warn("---------------------------- WindSpigot Checker ----------------------------");
DedicatedServer.LOGGER.warn(
"If you don't want to see this message anymore, set \"settings.stop-notify-bungee\" to \"true\" in \"nacho.yml\"!");
"If you don't want to see this message anymore, set \"settings.stop-notify-bungee\" to \"true\" in \"windspigot.yml\"!");
DedicatedServer.LOGGER.warn("Checking firewall..");
try {
String external = IPUtils.getExternalAddress();
Expand All @@ -261,7 +261,7 @@ public void run() {
e.printStackTrace();
}
DedicatedServer.LOGGER
.warn("---------------------------- NachoSpigot Checker ----------------------------");
.warn("---------------------------- WindSpigot Checker ----------------------------");
}
} else {
DedicatedServer.LOGGER.warn(
Expand Down

0 comments on commit 55a609f

Please sign in to comment.