


Entries below are for this unofficial v81 rebuild by Cpt.Dristyler. Original mod by Orion — the upstream release history is not duplicated here.
MissingMethodException: PlayerControllerB.HasLineOfSightToPosition(Vector3, single, int, single), spammed every frame whenever a SpringMan (Coil-Head) or Ghost
Girl was on the map (the patched SpringManAI.Update / DressGirlAI.Update broke).
Cause: the prebuilt 1.1.1 DLL was compiled against an old Lethal Company version; after
game updates the HasLineOfSightToPosition signature shifted and the old IL referenced
a missing method.LethalCompany.GameLibs.Steam
(game v81) — calls rebound to the current API. Game logic unchanged. GUID
Orion.DontBlink unchanged — configs stay compatible.