Spoiler:
this reduce the log errorsnow, I think Graf is very pissed off, because he do some safety measure to avoid people creating buggy code. And we are showing to "masses" how to avoid this warnings.Code: Select all
//if(IsLetter(lumpString.CharAt(currentPos))) if(IsLetter(string.Format("%c", lumpString.ByteAt(currentPos))) )
In my insignificant little moddy, all the strings are hand written by me, there is no way for any input (ofc, unless someone copy paste the code, and use it elsewhere for something else - but hey, I cannot be responsible for other people actions, I think). Also it works, there is no bugs so far.
Spoiler: P.S.
I dont want to aggravate anyone, you guys contribute fantastic work to human society, by allowing people for materialize they dreams from childhood about perfect FPS.
I sound silly (and i dont plan to start behaving like I understand everything), because I have barely enough knowledge to change my monster damage, so I dont comprehend all zscript relation in code with two words connected with dot ("Lump.function").