New Feature: Votekick bans distinguish themselves as votekicks (#35258)
* Feature * Localization
This commit is contained in:
@@ -544,7 +544,7 @@ namespace Content.Server.Voting.Managers
|
||||
|
||||
uint minutes = (uint)_cfg.GetCVar(CCVars.VotekickBanDuration);
|
||||
|
||||
_bans.CreateServerBan(targetUid, target, null, targetIP, targetHWid, minutes, severity, reason);
|
||||
_bans.CreateServerBan(targetUid, target, null, targetIP, targetHWid, minutes, severity, Loc.GetString("votekick-ban-reason", ("reason", reason)));
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user