We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfd1aa commit f2fa357Copy full SHA for f2fa357
common/src/main/kotlin/com/lambda/network/CapeManager.kt
@@ -91,7 +91,6 @@ object CapeManager : ConcurrentHashMap<UUID, String>(), Loadable {
91
override fun load() = "Loaded ${images.size} cached capes"
92
93
init {
94
- // FixMe: This works up until the server limit - need to find an alternative
95
listen<WorldEvent.Player.Join>(alwaysListen = true) {
96
fetchCape(it.uuid)
97
}
0 commit comments