diff --git a/mapchooser_extended/scripting/nominations_extended.sp b/mapchooser_extended/scripting/nominations_extended.sp index a9b6f5cd..7d09db00 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; }