This commit is contained in:
Bixilon 2021-06-18 20:03:54 +02:00
parent ee7ab6bb06
commit ae54b17efd
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -24,7 +24,6 @@ import glm_.vec3.Vec3d
class UnderwaterParticle(connection: PlayConnection, position: Vec3d, data: ParticleData? = null) : WaterSuspendParticle(connection, position, Vec3d.EMPTY, data) {
init {
color = RGBColor(0.4f, 0.4f, 0.7f)
}