Skip to content

Commit

Permalink
fixed error on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
rheirman committed Apr 17, 2019
1 parent d0483c1 commit f51397d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified Assemblies/WhatTheHack.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ static void Postfix(Pawn pawn, ref bool __result)
}
}

public static void Stub(Pawn pawn)
public static bool Stub(Pawn pawn)
{
return false;
//This is patched when harmony can't find the CE method ShouldReload.
}
}
Expand Down

0 comments on commit f51397d

Please sign in to comment.