Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Distortions81 committed Mar 26, 2024
1 parent f621b3d commit 9da58b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fact/factConfGen.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func GenerateFactorioConfig() bool {
var servName string
if cfg.Local.Options.CustomWhitelist {
cfg.ServerPrefix = constants.PrivatePrefix
servName = "\u0080 [" + cfg.Global.GroupName + "] " + strings.ToUpper(cfg.Local.Callsign) + "-" + cfg.Local.Name
servName = "\u0080[" + cfg.Global.GroupName + "-" + cfg.ServerPrefix + "] " + strings.ToUpper(cfg.Local.Callsign) + "-" + cfg.Local.Name
} else if cfg.Local.Options.MembersOnly || cfg.Local.Options.RegularsOnly {
if cfg.Local.Options.RegularsOnly {
cfg.ServerPrefix = constants.RegularsPrefix
Expand Down

0 comments on commit 9da58b3

Please sign in to comment.