Telehop Fix: Entity names and teleport target can have different casing
Everything is in the title, here is the requested change.
https://github.com/jason-e/rngfix/blob/c233d0bcc39769cd7f4c651a76c0eca430f715c1/plugin/scripting/rngfix.sp#L334
if (StrEqual(targetname, targetname2, false)) return true;
@jason-e Would you be fine with a commit/PR to fix this with case-insensitive StrEqual or even copying code from eventqueuefix to call FindEntityByName?
https://github.com/hermansimensen/eventqueue-fix/blob/9fee420b5b90b2607eb8e222b76ce572e19d053f/scripting/eventqueuefix.sp#L134-L148 https://github.com/hermansimensen/eventqueue-fix/blob/9fee420b5b90b2607eb8e222b76ce572e19d053f/scripting/eventqueuefix.sp#L301-L309
@rtldg Sure