Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed Mar 12, 2023
1 parent f641abe commit 1455cc9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ fun Player?.buildTagResolver(ignorePermissions: Boolean = false): TagResolver {
}
else tagResolver.resolvers(ChattyPermissions.chatFormattingPerms.filter { hasPermission(it.key) }.map { it.value })

tagResolver.resolvers(WHITE_RESOLVER)
return tagResolver.build()
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
package com.mineinabyss.chatty.tags

import com.mineinabyss.chatty.helpers.toPlayer
import com.mineinabyss.chatty.helpers.translatePlayerHeadComponent
import com.mineinabyss.idofront.font.Space
import com.mineinabyss.idofront.textcomponents.miniMsg
import net.kyori.adventure.text.Component
import net.kyori.adventure.text.format.NamedTextColor
import com.mineinabyss.chatty.helpers.translateFullPlayerSkinComponent
import com.mineinabyss.chatty.helpers.translatePlayerHeadComponent
import com.mineinabyss.idofront.font.Space
Expand Down

0 comments on commit 1455cc9

Please sign in to comment.