Moving ATs from the at file to individual patches (#8573)
This commit is contained in:
parent
76503f8887
commit
b95d4b28b8
72 changed files with 368 additions and 448 deletions
|
@ -8,8 +8,11 @@ For modifying a player's initial spawn location as they join the server
|
|||
This is a duplicate API from spigot, so use our duplicate subclass and
|
||||
improve setPosition to use raw
|
||||
|
||||
== AT ==
|
||||
public net.minecraft.world.entity.Entity setRot(FF)V
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/players/PlayerList.java b/src/main/java/net/minecraft/server/players/PlayerList.java
|
||||
index 3235d6f98794709a53208e20ef33f2164725be48..dfb53366a0b36b6a4cc43c66837f98fc372c6d2e 100644
|
||||
index e56635fe18e6264c8813834d3eb435ea6e4fffc9..1357b444cf2efbd7f6a1918709b9743d230f1fd5 100644
|
||||
--- a/src/main/java/net/minecraft/server/players/PlayerList.java
|
||||
+++ b/src/main/java/net/minecraft/server/players/PlayerList.java
|
||||
@@ -223,7 +223,7 @@ public abstract class PlayerList {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue