Skip to content

Commit

Permalink
fixed build suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
weaondara committed May 23, 2015
1 parent 171473a commit 6ff7d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/alpenblock/bungeeperms/Group.java
Expand Up @@ -434,7 +434,7 @@ public String buildSuffix(String server, String world)
}
}

return suffix.isEmpty() ? suffix : suffix.substring(0, prefix.length() - 1) + ChatColor.RESET;
return suffix.isEmpty() ? suffix : suffix.substring(0, suffix.length() - 1) + ChatColor.RESET;
}

@Override
Expand Down

0 comments on commit 6ff7d36

Please sign in to comment.