Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
toxicity188 committed Nov 24, 2024
1 parent d82c027 commit f1f77fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ class NexoCompatibility : Compatibility {
}
}
event.addResourcePack(pack)
info("Successfully merged with Oraxen: (${state.time} ms)")
info("Successfully merged with Nexo: (${state.time} ms)")
}
is Failure -> {
warn(
"Fail to merge the resource pack with Oraxen.",
"Fail to merge the resource pack with Nexo.",
"Reason: ${state.throwable.message ?: state.throwable.javaClass.simpleName}"
)
}
Expand Down

0 comments on commit f1f77fd

Please sign in to comment.