Fixed mismatch between expected and configuration name of property

This commit is contained in:
Jaime Martínez Rincón 2017-10-11 16:22:24 +02:00
parent 14de8b9ab9
commit 456143fabb
2 changed files with 2 additions and 1 deletions

View File

@ -79,6 +79,7 @@ public class BalancerProps {
public String toString() {
return "BalancerProps{" +
"principalSectionName='" + principalSectionName + '\'' +
", defaultPrincipal=" + defaultPrincipal +
", dummySectionNames=" + dummySectionNames +
", reiterativeSectionNames=" + reiterativeSectionNames +
", sectionProps=" + sectionProps +

View File

@ -103,7 +103,7 @@ features {
# When a player is not in any section, the player will go to the principal section
# This affects both the fallback command and kick handler features
fallback-principal=true
default-principal=true
# Dummy sections can have servers from other non-dummy sections
# When a player connects to a dummy section, nothing will happen