Skip to content

Commit

Permalink
fix: wrong path of discord economy section (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomut0 committed Oct 31, 2022
1 parent b043eb0 commit 3f1b06d
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -398,8 +398,8 @@ public enum ConfigField {
ECONOMY_PURCHASE_HOME_TELEPORT_SET("economy.purchase-home-teleport-set", false),
ECONOMY_REGROUP_PRICE("economy.home-regroup-price", 5.0),
ECONOMY_PURCHASE_HOME_REGROUP("economy.purchase-home-regroup", false),
ECONOMY_PURCHASE_DISCORD_CREATE("purchase-discord-create", false),
ECONOMY_DISCORD_CREATION_PRICE("discord-creation-price", 1000.0),
ECONOMY_PURCHASE_DISCORD_CREATE("economy.purchase-discord-create", false),
ECONOMY_DISCORD_CREATION_PRICE("economy.discord-creation-price", 1000.0),
ECONOMY_UNIQUE_TAX_ON_REGROUP("economy.unique-tax-on-regroup", true),
ECONOMY_ISSUER_PAYS_REGROUP("economy.issuer-pays-regroup", true),
ECONOMY_MONEY_PER_KILL("economy.money-per-kill", false),
Expand Down

0 comments on commit 3f1b06d

Please sign in to comment.