Fix wrong param name in worldChanged (#1626)

(cherry picked from commit c7a1dd2af66af085a2eeee557eb08704f33a6593)
This commit is contained in:
i509VCB 2020-07-28 20:17:36 -05:00 committed by GitHub
parent 65873e03a1
commit 2d8e3034c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ CLASS net/minecraft/class_3222 net/minecraft/server/network/ServerPlayerEntity
METHOD method_17668 setCameraPosition (Lnet/minecraft/class_4076;)V
ARG 1 cameraPosition
METHOD method_18783 worldChanged (Lnet/minecraft/class_3218;)V
ARG 1 targetWorld
ARG 1 origin
METHOD method_26280 getSpawnPointPosition ()Lnet/minecraft/class_2338;
METHOD method_26281 getSpawnPointDimension ()Lnet/minecraft/class_5321;
METHOD method_26282 isSpawnPointSet ()Z