Facepunch/garrysmod-requests

Expose IServer in IVEngineServer

RaphaelIT7 opened this issue · 0 comments

Details

So in TF2, the IVEngineServer has the function GetIServer() which returns the IServer -> (IServer*)&sv.
It would make it far easier to get the IServer, and it would probably also make it easier to implement future request that use it like this one, since I don't think there is any function currently to get an IServer to implement it.