Skip to content

Commit

Permalink
bugfix: Исправление ошибки в бан панели (ss220-space#6588)
Browse files Browse the repository at this point in the history
  • Loading branch information
dageavtobusnick authored Feb 25, 2025
1 parent 2de6bac commit 5c6adee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/admin/topic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@
var/banip = href_list["dbbanaddip"]
var/bancid = href_list["dbbanaddcid"]
var/duration = text2num(href_list["dbbadddurationdays"]) BAN_DAYS
duration += text2num(href_list["dbbadddurationdays"]) BAN_HOURS
duration += text2num(href_list["dbbadddurationdays"])
duration += text2num(href_list["dbbadddurationhours"]) BAN_HOURS
duration += text2num(href_list["dbbadddurationminutes"])
var/banduration = duration
var/banjob = href_list["dbbanaddjob"]
var/banround = href_list["dbbanaddround"]
Expand Down

0 comments on commit 5c6adee

Please sign in to comment.