diff options
Diffstat (limited to 'Spigot-Server-Patches/0052-Add-PlayerInitialSpawnEvent.patch')
-rw-r--r-- | Spigot-Server-Patches/0052-Add-PlayerInitialSpawnEvent.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Spigot-Server-Patches/0052-Add-PlayerInitialSpawnEvent.patch b/Spigot-Server-Patches/0052-Add-PlayerInitialSpawnEvent.patch index 16a1494f54..c380e4ebcc 100644 --- a/Spigot-Server-Patches/0052-Add-PlayerInitialSpawnEvent.patch +++ b/Spigot-Server-Patches/0052-Add-PlayerInitialSpawnEvent.patch @@ -1,4 +1,4 @@ -From 01731b5d0db283d9319b44123c70162f64d8f06c Mon Sep 17 00:00:00 2001 +From 4ffa318aa9a2c11b22b34cfddcf85f87155b2ef9 Mon Sep 17 00:00:00 2001 From: Steve Anton <[email protected]> Date: Thu, 3 Mar 2016 00:09:38 -0600 Subject: [PATCH] Add PlayerInitialSpawnEvent @@ -6,10 +6,10 @@ Subject: [PATCH] Add PlayerInitialSpawnEvent For modifying a player's initial spawn location as they join the server diff --git a/src/main/java/net/minecraft/server/PlayerList.java b/src/main/java/net/minecraft/server/PlayerList.java -index 1b2cc01..28bcef8 100644 +index 6bd7151..e88e918 100644 --- a/src/main/java/net/minecraft/server/PlayerList.java +++ b/src/main/java/net/minecraft/server/PlayerList.java -@@ -101,6 +101,21 @@ public abstract class PlayerList { +@@ -100,6 +100,21 @@ public abstract class PlayerList { } // CraftBukkit end @@ -32,5 +32,5 @@ index 1b2cc01..28bcef8 100644 entityplayer.playerInteractManager.a((WorldServer) entityplayer.world); String s1 = "local"; -- -2.10.1 +2.9.3 |