diff --git a/README.md b/README.md index 36db17b..6e7ab8f 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +By switching to this script, you'll be doing your server's CPU a favor. + +Steam Workshop: https://steamcommunity.com/sharedfiles/filedetails/?id=3290139207 \ No newline at end of file diff --git a/lua/autorun/sh_antiplayerstuck_optimized.lua b/lua/autorun/sh_antiplayerstuck_optimized.lua index 66f52bf..1547423 100644 --- a/lua/autorun/sh_antiplayerstuck_optimized.lua +++ b/lua/autorun/sh_antiplayerstuck_optimized.lua @@ -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