diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index 466a2cebe11f0..5a6122d574020 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -1652,7 +1652,7 @@ if(response.body == "[]") dat += "
0 bans detected for [ckey]
" else - bans = json_decode(response["body"]) + bans = json_decode(response.body) dat += "
[bans.len] ban\s detected for [ckey]
" for(var/list/ban in bans) dat += "Server: [sanitize(ban["sourceName"])]
"