Skip to content

Commit

Permalink
Trim whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikusch committed Jan 22, 2022
1 parent c26a40c commit eec8371
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions addons/sourcemod/scripting/tf-bhop.sp
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@

enum
{
WL_NotInWater = 0,
WL_Feet,
WL_Waist,
WL_NotInWater = 0,
WL_Feet,
WL_Waist,
WL_Eyes
}

Expand All @@ -50,7 +50,7 @@ bool g_InJumpRelease[MAXPLAYERS + 1];
bool g_IsAutobunnyHoppingDisabled[MAXPLAYERS + 1];
bool g_InTriggerPush;

public Plugin myinfo =
public Plugin myinfo =
{
name = "[TF2] Simple Bunnyhop",
author = "Mikusch",
Expand Down

0 comments on commit eec8371

Please sign in to comment.