update for 1.3

This commit is contained in:
c0ffee12 2021-07-23 15:49:39 -07:00
parent fdb7dbfc86
commit bc23c0d62f
6 changed files with 6 additions and 5 deletions

View file

@ -55,7 +55,7 @@ namespace RJW_Events
return base.VoluntaryJoinPriorityFor(p);
}
public bool IsGatheringAboutToEnd()
public new bool IsGatheringAboutToEnd()
{
return timeoutTrigger.TicksLeft < 300;
}