Linux was playing hard to get this time. In CBaseEntity::AcceptInput(), the variant_t structure is being passed as a pointer rather than how a struct is passed traditionally on Windows (where everything goes on the stack). Plugin will now adjust according to the server's OS.
Also, renamed entities -> mapentities for consistency. No other changes.
Linux was playing hard to get this time. In
CBaseEntity::AcceptInput()
, thevariant_t
structure is being passed as a pointer rather than how a struct is passed traditionally on Windows (where everything goes on the stack). Plugin will now adjust according to the server's OS.Also, renamed entities -> mapentities for consistency. No other changes.