Merge branch 'development'

This commit is contained in:
Brianna 2019-10-12 19:08:14 -04:00
commit c749daa2f2
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,7 @@ stages:
variables: variables:
name: "EpicVouchers" name: "EpicVouchers"
path: "/builds/$CI_PROJECT_PATH" path: "/builds/$CI_PROJECT_PATH"
version: "2.1.12" version: "2.1.13"
build: build:
stage: build stage: build

View File

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