mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-01-23 00:21:31 +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() {
|
public void a() {
|
||||||
if (!NMSImpl.isNavigationFinished(this.a.getNavigation()))
|
if (!NMSImpl.isNavigationFinished(this.a.getNavigation()))
|
||||||
return;
|
return;
|
||||||
this.a.pitch = 0.0F;
|
// this.a.pitch = 0.0F;
|
||||||
if (this.d) {
|
if (this.d) {
|
||||||
this.d = false;
|
this.d = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user