mirror of
https://github.com/BGHDDevelopment/PlayerBalancer.git
synced 2024-11-09 04:20:32 +01:00
Made some more important methods public
This commit is contained in:
parent
56d18813f4
commit
9e1ed79b2d
@ -93,7 +93,7 @@ public class SectionManager {
|
||||
}
|
||||
|
||||
public Map<String, ServerSection> getSections() {
|
||||
return Collections.unmodifiableMap(sectionStorage);
|
||||
return sectionStorage;
|
||||
}
|
||||
|
||||
public ServerSection getPrincipal() {
|
||||
|
@ -273,7 +273,7 @@ public class ServerSection {
|
||||
return valid;
|
||||
}
|
||||
|
||||
void setValid(boolean valid) {
|
||||
public void setValid(boolean valid) {
|
||||
this.valid = valid;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user