Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ object ModChecker {
@Suppress("LoopWithTooManyJumpStatements") for ((mod, line) in activeMods) {
val name = when (mod.name) {

// odin/odin client is weird/mixed up in the json file
"Odin" -> "OdinClient"

// not so essential is fancy
"§cNot §aSo §9Essential" -> "Not So Essential"
else -> mod.name
Expand Down