Skip to content

Commit f2fa357

Browse files
committed
Removed fix me
1 parent acfd1aa commit f2fa357

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/src/main/kotlin/com/lambda/network/CapeManager.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ object CapeManager : ConcurrentHashMap<UUID, String>(), Loadable {
9191
override fun load() = "Loaded ${images.size} cached capes"
9292

9393
init {
94-
// FixMe: This works up until the server limit - need to find an alternative
9594
listen<WorldEvent.Player.Join>(alwaysListen = true) {
9695
fetchCape(it.uuid)
9796
}

0 commit comments

Comments
 (0)