@@ -24,6 +24,7 @@ If you already had a `ghostinj.dll`, you can rename it to `ghostinj2.dll` and it
24243 . Put the ` gmsv_holylib_linux.so ` into the ` garrysmod/lua/bin/ ` directory.
2525
2626## Next Update
27+ \- [ +] Added ` HolyLib.InvalidateBoneCache ` function and the ` HolyLib:PostEntityConstructor ` hook.
2728\- [ #] ` util.AsyncCompress/Decompress ` now use two seperate threadpools(You can change their size with the new convars).
2829\- [ #] Fixed a small reference leak in ` util.AsyncCompress/Decompress ` . The function was leaked so it's not too big.
2930
@@ -167,6 +168,10 @@ hook.Add("HolyLib:GetGModTags", "Example", function()
167168end )
168169```
169170
171+ #### HolyLib: PostEntityConstructor (Entity ent, String className)
172+ Called before ` CBaseEntity::PostConstructor ` is called.
173+ This should allow you to set the ` EFL_SERVER_ONLY ` flag properly.
174+
170175## gameevent
171176This module contains additional functions for the gameevent library.
172177With the Add/Get/RemoveClient* functions you can control the gameevents that are networked to a client which can be useful.
@@ -1624,7 +1629,8 @@ It now throws a warning instead of crashing -> https://github.com/Facepunch/garr
16241629` filesystem.TimeCreated ` & ` filesystem.TimeAccessed ` -> https://github.com/Facepunch/garrysmod-requests/issues/1633
16251630` systimer ` module -> https://github.com/Facepunch/garrysmod-requests/issues/1671
16261631` pas ` module -> https://github.com/Facepunch/garrysmod-requests/issues/140
1627- ` HolyLib.InvalidateBoneCache ` -> ` https://github.com/Facepunch/garrysmod-requests/issues/1920 `
1632+ ` HolyLib.InvalidateBoneCache ` -> https://github.com/Facepunch/garrysmod-requests/issues/1920
1633+ ` HolyLib:PostEntityConstructor ` -> https://github.com/Facepunch/garrysmod-requests/issues/2440
16281634
16291635# Things planned to add:
16301636https://github.com/Facepunch/garrysmod-requests/issues/1884
@@ -1636,7 +1642,6 @@ https://github.com/Facepunch/garrysmod-requests/issues/1323
16361642(Should be possible?)https://github.com/Facepunch/garrysmod-requests/issues/756
16371643(Gonna make a seperate ConVar for it)https://github.com/Facepunch/garrysmod-requests/issues/2120
16381644https://github.com/Facepunch/garrysmod-requests/issues/1472
1639- https://github.com/Facepunch/garrysmod-requests/issues/2440
16401645(Maybe)https://github.com/Facepunch/garrysmod-requests/issues/2129
16411646(Maybe)https://github.com/Facepunch/garrysmod-requests/issues/1962
16421647(Maybe)https://github.com/Facepunch/garrysmod-requests/issues/1699
0 commit comments