Fix casing inconsistency

This commit is contained in:
Thom van den Akker 2023-08-29 22:20:49 +02:00
parent 980acd0f24
commit 78fcf355c6
2 changed files with 2 additions and 2 deletions

View File

@ -679,7 +679,7 @@ public class DynmapCore implements DynmapCommonAPI {
Log.warning("Using external server, but " + JsonFileClientUpdateComponent.class.toString() + " is DISABLED!");
webserverCompConfigWarn = true;
}
DynmapWebserverStateListener.stateWebServerDisabled();
DynmapWebserverStateListener.stateWebserverDisabled();
}
if (webserverCompConfigWarn) {
Log.warning("If the website is missing files or not loading/updating, this might be why.");

View File

@ -77,7 +77,7 @@ public abstract class DynmapWebserverStateListener
}
// Internal call - MODS/PLUGINS MUST NOT USE
public static void stateWebServerDisabled()
public static void stateWebserverDisabled()
{
for (DynmapWebserverStateListener l : listeners)
{