Skip to content

Commit

Permalink
Update topic.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
ToasterBiome authored Sep 6, 2024
1 parent 23658ba commit 7d1ff23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/topic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1652,7 +1652,7 @@
if(response.body == "[]")
dat += "<center><b>0 bans detected for [ckey]</b></center>"
else
bans = json_decode(response["body"])
bans = json_decode(response.body)
dat += "<center><b>[bans.len] ban\s detected for [ckey]</b></center>"
for(var/list/ban in bans)
dat += "<b>Server: </b> [sanitize(ban["sourceName"])]<br>"
Expand Down

0 comments on commit 7d1ff23

Please sign in to comment.