Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Distortions81 committed Dec 27, 2023
1 parent bbf671e commit c4b24c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fact/factUtils.go
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ func AutoPromote(pname string) string {
name := strings.ToLower(pname)
glob.PlayerListLock.Lock()
if glob.PlayerList[name] != nil {
WriteFact("/ban " + name + " [FCL] " + glob.PlayerList[name].BanReason)
WriteFact("/ban " + name + " " + glob.PlayerList[name].BanReason)
}
glob.PlayerListLock.Unlock()

Expand Down

0 comments on commit c4b24c9

Please sign in to comment.