Removed case sensitive voucher ids.

This commit is contained in:
Brianna 2019-10-12 19:07:20 -04:00
parent 62f68e03e6
commit 07b518ecdf
1 changed files with 0 additions and 1 deletions

View File

@ -107,7 +107,6 @@ public class EpicVouchers extends SongodaPlugin {
if (vouchersConfig.contains("vouchers")) {
for (String key : vouchersConfig.getConfigurationSection("vouchers").getKeys(false)) {
key = key.toLowerCase();
Voucher voucher = new Voucher(key, this);
ConfigurationSection cs = vouchersConfig.getConfigurationSection("vouchers." + key);