mirror of
https://github.com/BGHDDevelopment/PlayerBalancer.git
synced 2024-11-05 02:19:48 +01:00
Fixed rules for the fallback command
This commit is contained in:
parent
f88a7e45fd
commit
2884c0fe0a
@ -47,7 +47,7 @@ public class FallbackCommand extends Command {
|
||||
|
||||
return target;
|
||||
} else {
|
||||
Configuration rules = plugin.getConfig().getSection("settings.backward-command.rules");
|
||||
Configuration rules = plugin.getConfig().getSection("settings.fallback-command.rules");
|
||||
|
||||
if (ConfigUtils.isSet(rules, section.getName())) {
|
||||
String bind = rules.getString(section.getName());
|
||||
|
Loading…
Reference in New Issue
Block a user