From a14c3d3633b4a7bb5c4c70ea93433411b83676c4 Mon Sep 17 00:00:00 2001 From: neon <> Date: Mon, 3 Sep 2018 21:27:03 +0200 Subject: [PATCH] dafuq am i doing today... --- mapchooser_extended/scripting/nominations_extended.sp | 1 + 1 file changed, 1 insertion(+) diff --git a/mapchooser_extended/scripting/nominations_extended.sp b/mapchooser_extended/scripting/nominations_extended.sp index a9b6f5c..7d09db0 100644 --- a/mapchooser_extended/scripting/nominations_extended.sp +++ b/mapchooser_extended/scripting/nominations_extended.sp @@ -583,6 +583,7 @@ public Action Command_NominateList(int client, int args) GetArrayString(MapList, i, map, sizeof(map)); StrCat(aBuf, sizeof(aBuf), map); } + ReplyToCommand(client, aBuf); delete MapList; return Plugin_Handled; }