mirror of
https://github.com/BGHDDevelopment/PlayerBalancer.git
synced 2024-11-23 11:15:30 +01:00
Now ignoring idea not sensitive files
This commit is contained in:
parent
eba1582ac6
commit
9c89c011a3
4
.gitignore
vendored
4
.gitignore
vendored
@ -165,4 +165,8 @@ dist/
|
||||
nbdist/
|
||||
.nb-gradle/
|
||||
|
||||
## Custom ###
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
# End of https://www.gitignore.io/api/netbeans,jetbrains,maven,intellij,eclipse,cloud9
|
@ -19,6 +19,7 @@
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="Maven: org.yaml:snakeyaml:1.14" level="project" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="Maven: net.md-5:bungeecord-api:1.11-SNAPSHOT" level="project" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="Maven: net.md-5:bungeecord-chat:1.11-SNAPSHOT" level="project" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="Maven: com.google.code.gson:gson:2.3.1" level="project" />
|
||||
|
@ -37,6 +37,7 @@ public class ServerConnectListener implements Listener {
|
||||
return null;
|
||||
}
|
||||
|
||||
//Checks only for servers (not the section server)
|
||||
if (section.getServers().contains(target)) {
|
||||
if (section.isDummy()) {
|
||||
return null;
|
||||
|
Loading…
Reference in New Issue
Block a user