Closed D1GQ closed 6 months ago
I was unable to reproduce the error in the last RoleBase commit
I was unable to reproduce the error in the last RoleBase commit
Interesting my build is based off of a RoleBase build from like 3-4days ago, and I got it every time I called a meeting until I added the null checks, I was in a Lobby alone or with 1 other player, so I don't know why it would be happening on my build.
Try this on different roles, both old roles and new roles you added
Error called here
You trying check target
, not pc
Ahhhhhh ok, I'll go ahead and fix that.
I fixed it, thanks for the help! I'm going to go ahead and close this.
Overview
You get an error when calling a meeting caused by null reference in
TOHE.ReportDeadBodyPatch.AfterReportTasks
andTOHE.ReportDeadBodyPatch.Prefix
Error
Here is the error message and dump.
Error Message In Meeting
Error In Dump
Possible Fix
I just added a few null checks to fix the errors, but I don't know if I broke anything process so y'all will have to overview it.
Fix 1 For
TOHE.ReportDeadBodyPatch.AfterReportTasks
Fix 2 For
TOHE.ReportDeadBodyPatch.Prefix