2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-07-03 16:09:35 +03:00

fix from fsfod

This commit is contained in:
David Anderson 2004-09-20 22:17:14 +00:00
parent 25750d2f05
commit b8ca4586ad

@ -131,7 +131,7 @@ native list_push_int(list_id, value)
native list_store_string(list_id, list_posn, value[])
//Push a string to the end of the list
native list_push_string(list_id, list_posn, value[])
native list_push_string(list_id, value[])
/* Functions to get data from lists */