diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index f9ed840e745..e4c40b1e788 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -266,7 +266,7 @@ var/global/BSACooldown = 0 feedback_inc("ban_job",1) M << "\redYou have been jobbanned by [usr.client.ckey] from [job]." M << "\red The reason is: [reason]" - M << "\red Jooban can be lifted only on demand." + M << "\red Jobban can be lifted only on demand." message_admins("\blue [key_name_admin(usr)] banned [key_name_admin(M)] from [job]", 1) jobban_fullban(M, job, reason) href_list["jobban2"] = 1 // lets it fall through and refresh