mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-23 18:55:14 +01:00
Fix casing inconsistency
This commit is contained in:
parent
980acd0f24
commit
78fcf355c6
@ -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.");
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user