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

nacho.yml -> windspigot.yml #124

Merged
merged 1 commit into from
Oct 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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