Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
CrimsonTautology committed Mar 1, 2021
1 parent 01c200e commit e4593c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/sourcemod/scripting/mapfix.sp
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ public SetupTeleports()
}

//Add an ontouch event for every trigger_teleport
decl Float:pos1[3], Float:pos2[3];
while( (ent = FindEntityByClassname(ent, "trigger_teleport")) != INVALID_ENT_REFERENCE)
{
SDKHook(ent, SDKHook_StartTouchPost, TriggerTeleportStartTouch);
Expand Down

0 comments on commit e4593c4

Please sign in to comment.