From ecff72d79ff6370c1da6ff5c5557923e50132c3c Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Wed, 23 May 2018 14:17:39 -0400 Subject: [PATCH] Missing smite closing span --- code/modules/admin/verbs/smite.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/smite.dm b/code/modules/admin/verbs/smite.dm index 9d6f8c02ab7..d208d54c939 100644 --- a/code/modules/admin/verbs/smite.dm +++ b/code/modules/admin/verbs/smite.dm @@ -52,7 +52,7 @@ if(BSACooldown) if(user) - to_chat(user,"BSA is still cooling down, please wait!") + to_chat(user,"BSA is still cooling down, please wait!") return BSACooldown = 1