From 452338dc117c2b557bfa04f1464a7351d7b4e6a7 Mon Sep 17 00:00:00 2001 From: thorgot Date: Thu, 6 Feb 2020 22:53:59 -0800 Subject: [PATCH] Fix incorrect nomination response (#1161) --- plugins/nominations.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/nominations.sp b/plugins/nominations.sp index 4f8fde1c..db5244c9 100644 --- a/plugins/nominations.sp +++ b/plugins/nominations.sp @@ -338,7 +338,7 @@ void AttemptNominate(int client, const char[] map, int size) } else { - ReplyToCommand(client, "[SM] %t", "Map Already Nominated"); + ReplyToCommand(client, "[SM] %t", "Max Nominations"); } return;