GAMMACASE/ServerRedirect

Socket is not optional as stated in readme

rafalolszewski94 opened this issue · 1 comments

Tried to build server_redirect.sp and it fatal fails with reason:

server_redirect.sp(7) : fatal error 183: cannot read from file: "socket"

I'm assuming, socket is not optional anymore? Or am I doing something wrong?

Socket is required if you want to compile it, but at run time it's an optional dependency. You can use compiled version from release tab to get latest smx binary.