mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-23 20:53:40 -04:00
Fix falling into 2 block water not resetting fall damage. (Thanks goodlyay)
This commit is contained in:
parent
9d17ce77a9
commit
f5f76db999
@ -340,8 +340,8 @@ namespace MCGalaxy {
|
||||
int index = level.PosToInt(P.X, P.Y, P.Z);
|
||||
|
||||
if (level.Config.SurvivalDeath) {
|
||||
PlayerPhysics.Fall(this, bb);
|
||||
PlayerPhysics.Drown(this, bb);
|
||||
PlayerPhysics.Fall(this, bb);
|
||||
}
|
||||
lastFallY = bb.Min.Y;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user