Skip to content

Commit

Permalink
Add url and clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
softashell committed Jan 23, 2024
1 parent ea1ef65 commit 886e4c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripting/nt_tachifix.sp
Original file line number Diff line number Diff line change
Expand Up @@ -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"

}

Expand All @@ -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;
Expand Down

0 comments on commit 886e4c3

Please sign in to comment.