Files
sourcemod/core
Nicholas Hastings f589298879 Fix maxlen in SetEntPropString not being initialized (bug 6391).
This var is only used when setting a direct string, rather than a string_t. Some flawed
logic was causing it to only be set if the sendprop didn't have a proxy function (although
all strings should; that's how we detect whether it's a string_t or not). The var only needs
to be set if it's not a string_t, but does not hurt anything if it is.
2015-07-25 10:46:41 -04:00
..
2015-05-13 19:43:53 +01:00
2008-03-30 07:00:22 +00:00
2014-08-29 09:53:43 -07:00
2015-07-02 15:22:33 -04:00
2014-08-13 14:24:35 -07:00