mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-01-22 08:11:33 +01:00
Always initialize PlayerSkinUpdater to be available to API
This commit is contained in:
parent
72264a2e86
commit
0ac939a644
@ -229,8 +229,8 @@ private void load(@Nullable ResourcePack preloadedResourcePack) throws IOExcepti
|
||||
blueMap.createOrUpdateWebApp(false);
|
||||
|
||||
//start skin updater
|
||||
this.skinUpdater = new PlayerSkinUpdater(this);
|
||||
if (pluginConfig.isLivePlayerMarkers()) {
|
||||
this.skinUpdater = new PlayerSkinUpdater(this);
|
||||
serverInterface.registerListener(skinUpdater);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user