Skip to content

Commit

Permalink
Merge pull request #27 from MagnetiteMC/main
Browse files Browse the repository at this point in the history
Fix incorrect config path
  • Loading branch information
Goksi authored Mar 17, 2023
2 parents 71a5a92 + 90325ec commit b6fd9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/tech/goksi/pterobot/NodeStatus.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package tech.goksi.pterobot

import tech.goksi.pterobot.manager.ConfigManager

private const val CONFIG_PREFIX = "Messages.Commands.NodeInfo."
private const val CONFIG_PREFIX = "Messages.Commands.Node.Info."

enum class NodeStatus(val message: String, val emoji: String) {
ONLINE("Online", ConfigManager.config.getString(CONFIG_PREFIX + "OnlineEmoji")),
Expand Down

0 comments on commit b6fd9a7

Please sign in to comment.