Fix the bed position given to the SleepingTimeCheck event (#5107)

This commit is contained in:
TheIllusiveC4 2019-04-11 18:09:01 -04:00 committed by tterrag
parent a02bec7ebe
commit 7c401e9a35

View file

@ -308,7 +308,7 @@
}
- if (this.field_70170_p.func_72935_r()) {
+ if (!net.minecraftforge.event.ForgeEventFactory.fireSleepingTimeCheck(this, this.field_71081_bT)) {
+ if (!net.minecraftforge.event.ForgeEventFactory.fireSleepingTimeCheck(this, p_180469_1_)) {
return EntityPlayer.SleepResult.NOT_POSSIBLE_NOW;
}