Skip to content

Commit

Permalink
chore: add workshop URL in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Timmy-the-nobody committed Jul 18, 2024
1 parent 9481df2 commit 6ab5187
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ The features are the same, but the code has been fully rewritten.

# Why should I use this script on my server rather than the original?
After a quick benchmark, it turns out that my detection function is almost 15 times faster than in the original script, and is executed at least 10 times less often, making it (very) faster.
By switching to this script, you'll be doing your server's CPU a favor.
By switching to this script, you'll be doing your server's CPU a favor.

Steam Workshop: https://steamcommunity.com/sharedfiles/filedetails/?id=3290139207
2 changes: 1 addition & 1 deletion lua/autorun/sh_antiplayerstuck_optimized.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if not SERVER then return end
if not SERVER then return end resource.AddWorkshop("3290139207")

local CurTime = CurTime
local fnFindInBox = ents.FindInBox
Expand Down

0 comments on commit 6ab5187

Please sign in to comment.