Skip to content

Commit

Permalink
Update entity property name
Browse files Browse the repository at this point in the history
Most recent update broke some stuff, here's an update:

![Image](https://i.tech-no.me/180817161124.png)
  • Loading branch information
Technoblazed authored Aug 18, 2017
1 parent eab3cb0 commit f445e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripting/multi1v1/mute.sp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public Action Hook_ShotgunShot(const char[] te_name, const int[] players, int nu
TE_WriteVector("m_vecOrigin", vTemp);
TE_WriteFloat("m_vecAngles[0]", TE_ReadFloat("m_vecAngles[0]"));
TE_WriteFloat("m_vecAngles[1]", TE_ReadFloat("m_vecAngles[1]"));
TE_WriteNum("m_iWeaponID", TE_ReadNum("m_iWeaponID"));
TE_WriteNum("m_weapon", TE_ReadNum("m_weapon"));
TE_WriteNum("m_iMode", TE_ReadNum("m_iMode"));
TE_WriteNum("m_iSeed", TE_ReadNum("m_iSeed"));
TE_WriteNum("m_iPlayer", TE_ReadNum("m_iPlayer"));
Expand Down

0 comments on commit f445e79

Please sign in to comment.