If I make code to set the kill cooldown to 0 while a checkbox is checked if I am not in a game it crashes with an error code of something related to the value is set to nil at this line
"var data = (T)Marshal.PtrToStructure(gcHandle.AddrOfPinnedObject(), typeof(T));" (Saying T is not set)
I checked don't break on this error so I don't have the exact error but that is as close as I remember
If I make code to set the kill cooldown to 0 while a checkbox is checked if I am not in a game it crashes with an error code of something related to the value is set to nil at this line "var data = (T)Marshal.PtrToStructure(gcHandle.AddrOfPinnedObject(), typeof(T));" (Saying T is not set) I checked don't break on this error so I don't have the exact error but that is as close as I remember