Skip to content

Commit

Permalink
Rescheduled center update
Browse files Browse the repository at this point in the history
  • Loading branch information
ToberoCat committed Jul 7, 2024
1 parent 3d794fd commit d16bf3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Cluster(id: EntityID<UUID>) : UUIDEntity(id) {
fun getColor() = findAdditionalType()?.getColor() ?: 0xffffff

fun updateCluster() {
centerLazyUpdate = true
center.scheduleUpdate()
outerNodes.scheduleUpdate()
findAdditionalType()?.scheduleUpdate()
DynmapModule.dynmapModule().dynmapModuleHandle.clusterChange(this)
Expand Down

0 comments on commit d16bf3d

Please sign in to comment.