From 7c5ef7c91d65f42c55acaf2fd9712478ca0ee0fe Mon Sep 17 00:00:00 2001 From: Archie Date: Fri, 9 Jul 2021 22:45:59 -0300 Subject: [PATCH] typo fix --- code/modules/admin/IsBanned.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/IsBanned.dm b/code/modules/admin/IsBanned.dm index 13ee6a08..17b7668e 100644 --- a/code/modules/admin/IsBanned.dm +++ b/code/modules/admin/IsBanned.dm @@ -107,7 +107,7 @@ if(text2num(duration) > 0) expires = " The ban is for [duration] minutes and expires on [expiration] (server time)." else - expires = " The is a permanent ban." + expires = " This is a permanent ban." var/desc = "\nReason: You, or another user of this computer or connection ([pkey]) is banned from playing here. The ban reason is:\n[reason]\nThis ban (BanID #[banid]) was applied by [akey] on [bantime] during round ID [ban_round_id], [expires]"