dafuq am i doing today...
This commit is contained in:
parent
7e959b861f
commit
a14c3d3633
@ -583,6 +583,7 @@ public Action Command_NominateList(int client, int args)
|
|||||||
GetArrayString(MapList, i, map, sizeof(map));
|
GetArrayString(MapList, i, map, sizeof(map));
|
||||||
StrCat(aBuf, sizeof(aBuf), map);
|
StrCat(aBuf, sizeof(aBuf), map);
|
||||||
}
|
}
|
||||||
|
ReplyToCommand(client, aBuf);
|
||||||
delete MapList;
|
delete MapList;
|
||||||
return Plugin_Handled;
|
return Plugin_Handled;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user