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;