Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 766 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 766 Bytes

infinite-jumping

This is a SourceMod plugin it lets users auto jump and/or double jump in mid air, when holding down the jump button. AlliedModders Thread: https://forums.alliedmods.net/showthread.php?t=132391

Merging smlib updates

To update smlib: We will merge the latest smlib/feature-pluginmanager into addons/sourcemod. Commit messages are squashed, that means the history of feature-pluginmanager is compressed to one commit.

git remote add smlib [email protected]:bcserv/smlib.git
// fetch the latest changes to the target branch
git fetch smlib feature-pluginmanager
// folder addons/sourcemod must exist!
git merge --squash -srecursive -Xsubtree=addons/sourcemod --strategy-option theirs  smlib/feature-pluginmanager