From a580f8c2708d8bf6bb21213ef1a8d10c80499112 Mon Sep 17 00:00:00 2001 From: Ryan Stecker Date: Thu, 9 Oct 2014 18:19:40 -0500 Subject: [PATCH] Whoops, forgot my hat. --- plugins/include/commandline.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/commandline.inc b/plugins/include/commandline.inc index 18e8e826..291a8b6f 100644 --- a/plugins/include/commandline.inc +++ b/plugins/include/commandline.inc @@ -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.