From d62058fcdea5fc6736a2a373f47dc6c14c70c319 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Mon, 30 May 2016 21:01:18 -0400 Subject: Removed exessive whitespace so future commits will be cleaner --- gamemode/animations.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gamemode/animations.lua') diff --git a/gamemode/animations.lua b/gamemode/animations.lua index 3fac3ce..de9764e 100644 --- a/gamemode/animations.lua +++ b/gamemode/animations.lua @@ -4,7 +4,7 @@ function GM:UpdateAnimation( ply, velocity, maxseqgroundspeed ) if ply:Team() == TEAM_UNASSIGNED then return end player_manager.RunClass( ply, "UpdateAnimation", velocity, maxseqgroundspeed ) - + end function GM:CalcMainActivity( ply, velocity ) @@ -12,7 +12,7 @@ function GM:CalcMainActivity( ply, velocity ) if ply:Team() == TEAM_UNASSIGNED then return end return player_manager.RunClass( ply, "CalcMainActivity", velocity ) - + end function GM:TranslateActivity( ply, act ) @@ -20,7 +20,7 @@ function GM:TranslateActivity( ply, act ) if ply:Team() == TEAM_UNASSIGNED then return end return player_manager.RunClass( ply, "TranslateActivity", act ) - + end function GM:DoAnimationEvent( ply, event, data ) @@ -28,5 +28,5 @@ function GM:DoAnimationEvent( ply, event, data ) if ply:Team() == TEAM_UNASSIGNED then return end return player_manager.RunClass( ply, "DoAnimationEvent", event, data ) - -end \ No newline at end of file + +end -- cgit v1.2.3-70-g09d2