You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WorldDatabase now has getWaterLevel() and getWaterMaterial() (previously this data was private)
Changes
MsgAddPlayer::getPlayerIndex() has been deprecated in favor of MsgAddPlayer::getPlayerId() to have consistent naming with our other packets
Fixes
A number of PHPStan fixes that addressed edge case bugs; e.g. in edge cases unpack could return false inside of NetworkPacket, an exception is now thrown
MeshTransforms did not have a default value for its getTransformers() storage meaning it could potentially return null causing a problem for environments with strict types