1
0
mirror of https://github.com/kami-blue/client synced 2025-02-03 22:11:49 +00:00

[fix] Make Freecam entity invisible

This commit is contained in:
Xiaro 2020-11-30 03:07:29 -05:00
parent c0137626f3
commit 2a03d8c205
No known key found for this signature in database
GPG Key ID: 996D265D6E155377

View File

@ -197,6 +197,10 @@ object Freecam : Module() {
}
override fun getEyeHeight() = 1.65f
override fun isInvisible() = true
override fun isInvisibleToPlayer(player: EntityPlayer) = true
}
/**