Skip to content

Commit

Permalink
Fix AMXX include
Browse files Browse the repository at this point in the history
  • Loading branch information
In-line committed Jan 19, 2019
1 parent dbdf3d0 commit d6a21c4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions scripting/grip.inc
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,9 @@ native grip_options_add_header(GripRequestOptions:options, const headerName[], c
stock grip_create_create_options(const headers[][2][], const headers_count, Float:timeout = -1) {
new GripRequestOptions:options = grip_create_default_options(timeout);
for(int i = 0; i < headers_count) {
for(int i = 0; i < headers_count; ++i) {
grip_options_add_header(options, headers[i][0], headers[i][1]);
}
return options;
}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ ansicpg1252\\ uc1\\ deff0\\ deflang1033\\ deflangfe1033{\\ fonttbl{\\ f0 Tahoma;}}\n{\\ colortbl;}\n{\\ *\\ generator Wine Riched20 2.0;}\n\\ pard\\ sl-240\\ slmult1 \\ lang1033\\ fs16\\ f0 \\ par\n}
*/
}

0 comments on commit d6a21c4

Please sign in to comment.