From 886e4c3a7b9eb12acc352f73f669ab5c39aea238 Mon Sep 17 00:00:00 2001 From: soft as HELL Date: Tue, 23 Jan 2024 12:32:35 +0200 Subject: [PATCH] Add url and clean up --- scripting/nt_tachifix.sp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripting/nt_tachifix.sp b/scripting/nt_tachifix.sp index 45d5535..9e3cbd4 100644 --- a/scripting/nt_tachifix.sp +++ b/scripting/nt_tachifix.sp @@ -8,11 +8,11 @@ public Plugin myinfo = { - name = "NEOTOKYO° Tachi fix", - author = "soft as HELL", + name = "NEOTOKYO° Tachi fix", + author = "soft as HELL", description = "Make Tachi great again", - version = PLUGIN_VERSION, - url = "" + version = PLUGIN_VERSION, + url = "https://github.com/softashell/nt-sourcemod-plugins" } @@ -39,7 +39,7 @@ public Action OnPlayerRunCmd(int client, int &buttons) g_bAttack2Held[client] = true; - int activeweapon = GetEntPropEnt(client, Prop_Data, "m_hActiveWeapon"); + int activeweapon = GetEntPropEnt(client, Prop_Data, "m_hActiveWeapon"); if (!activeweapon) { return Plugin_Continue;