mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-01-22 16:11:26 +01:00
Don't reset pitch on 1.12
This commit is contained in:
parent
225ede02ce
commit
7f7475e0ff
@ -21,7 +21,7 @@ public class PlayerControllerLook {
|
||||
public void a() {
|
||||
if (!NMSImpl.isNavigationFinished(this.a.getNavigation()))
|
||||
return;
|
||||
this.a.pitch = 0.0F;
|
||||
// this.a.pitch = 0.0F;
|
||||
if (this.d) {
|
||||
this.d = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user