Whoops, forgot my hat.

This commit is contained in:
Ryan Stecker 2014-10-09 18:19:40 -05:00
parent d702371b15
commit a580f8c270

View File

@ -65,7 +65,7 @@ native GetCommandLineParam(const String:param[], String:value[], maxlen, const S
* @return The integer value of the command line parameter value.
* @error No command line available, or no mod support.
*/
native GetCommandLineParamNumber(const String:param[], defValue=0);
native GetCommandLineParamInt(const String:param[], defValue=0);
/**
* Gets the value of a command line parameter the server was launched with.