Class FootprintConstructorFix
Patches Footprinting.Footprint.Footprint(ReferenceHub) constructor. Fixes an issue where calling the constructor after a player disconnects throws an error.
[HarmonyPatch(typeof(Footprint), MethodType.Constructor, new Type[] { typeof(ReferenceHub) })]
public class FootprintConstructorFix
- Inheritance
-
FootprintConstructorFix
- Inherited Members
- Extension Methods