Skip to content

Commit

Permalink
fix: remove npc info erroring due to missing customisation
Browse files Browse the repository at this point in the history
The customisation got supported ages ago but the errors were never
removed.
  • Loading branch information
Z-Kris committed Aug 29, 2024
1 parent d21e41a commit 60d8016
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ public class NpcInfoClient(
mirror,
),
)
throw IllegalStateException("Body customisation not supported due to lack of cache loading!")
}

private fun decodeHeadCustomisation(
Expand Down Expand Up @@ -533,7 +532,6 @@ public class NpcInfoClient(
mirror,
),
)
throw IllegalStateException("Head customisation not supported due to lack of cache loading!")
}

private fun decodeSay(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ public class NpcInfoClient(
mirror,
),
)
throw IllegalStateException("Body customisation not supported due to lack of cache loading!")
}

private fun decodeHeadCustomisation(
Expand Down Expand Up @@ -533,7 +532,6 @@ public class NpcInfoClient(
mirror,
),
)
throw IllegalStateException("Head customisation not supported due to lack of cache loading!")
}

private fun decodeSay(
Expand Down

0 comments on commit 60d8016

Please sign in to comment.