Skip to content

Commit

Permalink
Increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
zealain committed May 30, 2022
1 parent b84a76d commit e653828
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions addons/sourcemod/scripting/movementapi.sp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public Plugin myinfo =
name = "MovementAPI",
author = "DanZay",
description = "Provides API focused on player movement",
version = "2.1.0",
version = "2.3.0",
url = "https://github.com/danzayau/MovementAPI"
};

Expand Down Expand Up @@ -218,4 +218,5 @@ static void CheckNoclip(int client)
}
Call_OnChangeMovetype(client, gMT_OldMovetype[client], movetype);
}
}
}

0 comments on commit e653828

Please sign in to comment.