mirror of
https://github.com/BGHDDevelopment/PlayerBalancer.git
synced 2024-11-09 04:20:32 +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()) {
|
if (matcher.matches()) {
|
||||||
printStartupInfo("Found a match with \"%s\" for entry \"%s\"", key, entry);
|
printStartupInfo("Found a match with \"%s\" for entry \"%s\"", key, entry);
|
||||||
servers.add(value);
|
servers.add(value);
|
||||||
manager.register(server, this);
|
manager.register(value, this);
|
||||||
matches.set(true);
|
matches.set(true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user