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
{{ message }}
This repository was archived by the owner on Aug 13, 2024. It is now read-only.
not deleted before opening a new one. I'm not an expert, but adding "delete gReasons;" on line #4 if(gReasons != null) { gReasons.Clear(); delete gReasons; } fixed it.
Old array
GameVoting/addons/sourcemod/scripting/gamevoting/reasons.sp
Line 21 in d3502fc
if(gReasons != null) { gReasons.Clear(); delete gReasons; }fixed it.