You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix SetHamItemInfo string memory handlingFix SetHamItemInfo to store strings in the engine's string pool rather than keeping raw pointers from native parameters. Raw pointers could be overwritten, leading to crashes or undefined behavior.
Native is currently useless without this fix. Applied from upstream repo: alliedmodders#1128
0 commit comments