diff --git a/package/addons/sourcemod/scripting/include/AsyncSocket.inc b/package/addons/sourcemod/scripting/include/AsyncSocket.inc index a05a8df..38da6e4 100644 --- a/package/addons/sourcemod/scripting/include/AsyncSocket.inc +++ b/package/addons/sourcemod/scripting/include/AsyncSocket.inc @@ -20,7 +20,7 @@ methodmap AsyncSocket < Handle { public bool WriteNull(const char[] data) { - this.Write(data, strlen(data) + 1); + return this.Write(data, strlen(data) + 1); } public native bool SetConnectCallback(AsyncSocketConnectCallback callback); diff --git a/product.version b/product.version index 9084fa2..524cb55 100644 --- a/product.version +++ b/product.version @@ -1 +1 @@ -1.1.0 +1.1.1