78cb89938d
`OnEntitySpawned` is 1.11 only, so this is fine given our API stability guarantees.
Unfortunately the forward name clashes with quite a few plugins using the same name for their SDKHook callback. Normally we'd just put up with this but there are difficult to solve binary compatibility issues where those plugins will get the callback double-called, and there is a separate issue where the forward isn't called for all entity spawns (unlike the SDKHook), so most plugins can't switch to the forward anyway.
Resolves #1558.
This reverts commit
|
||
---|---|---|
.. | ||
bintools | ||
clientprefs | ||
cstrike | ||
curl | ||
geoip | ||
mysql | ||
pgsql | ||
regex | ||
sdkhooks | ||
sdktools | ||
sqlite | ||
structs | ||
tf2 | ||
topmenus | ||
updater |