mirror of
https://github.com/BGHDDevelopment/PlayerBalancer.git
synced 2024-11-27 05:05:19 +01:00
Fixed little mistake that made the plugin throw an NPE in some occasions
This commit is contained in:
parent
106c4e2c04
commit
872863c5e5
@ -71,7 +71,7 @@ public class ServerSection {
|
||||
if (matcher.matches()) {
|
||||
printStartupInfo("Found a match with \"%s\" for entry \"%s\"", key, entry);
|
||||
servers.add(value);
|
||||
manager.register(server, this);
|
||||
manager.register(value, this);
|
||||
matches.set(true);
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user