Skip to content

Commit 456143f

Browse files
committed
Fixed mismatch between expected and configuration name of property
1 parent 14de8b9 commit 456143f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Main Plugin/src/main/java/com/jaimemartz/playerbalancer/settings/props/features/BalancerProps.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public void setDefaultPrincipal(boolean defaultPrincipal) {
7979
public String toString() {
8080
return "BalancerProps{" +
8181
"principalSectionName='" + principalSectionName + '\'' +
82+
", defaultPrincipal=" + defaultPrincipal +
8283
", dummySectionNames=" + dummySectionNames +
8384
", reiterativeSectionNames=" + reiterativeSectionNames +
8485
", sectionProps=" + sectionProps +

Main Plugin/src/main/resources/default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ features {
103103

104104
# When a player is not in any section, the player will go to the principal section
105105
# This affects both the fallback command and kick handler features
106-
fallback-principal=true
106+
default-principal=true
107107

108108
# Dummy sections can have servers from other non-dummy sections
109109
# When a player connects to a dummy section, nothing will happen

0 commit comments

Comments
 (0)