Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Bara committed Apr 1, 2018
1 parent 4790fdf commit c4f99c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions addons/sourcemod/scripting/ttt/ttt.sp
Expand Up @@ -51,7 +51,6 @@ public void OnPluginStart()

g_aRagdoll = new ArrayList(104);
g_aLogs = new ArrayList(512);

g_aForceTraitor = new ArrayList();
g_aForceDetective = new ArrayList();

Expand Down Expand Up @@ -466,8 +465,6 @@ public void OnMapStart()

PrecacheSoundAny(SND_TCHAT, true);
PrecacheSoundAny(SND_FLASHLIGHT, true);

delete g_aLogs;

g_iAlive = FindSendPropInfo("CCSPlayerResource", "m_bAlive");
if (g_iAlive == -1)
Expand Down

0 comments on commit c4f99c1

Please sign in to comment.