From 84643687e67519c3b49c33e644029c3560a0f783 Mon Sep 17 00:00:00 2001
From: md_5 <git@md-5.net>
Date: Sun, 13 Apr 2014 16:35:17 +1000
Subject: [PATCH] Fix more missed diff - IPs not showing in console

---
 ...27-Fix-several-occurances-of-missed-diff.patch | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/CraftBukkit-Patches/0127-Fix-several-occurances-of-missed-diff.patch b/CraftBukkit-Patches/0127-Fix-several-occurances-of-missed-diff.patch
index d2a9704fe0..b78f3b7203 100644
--- a/CraftBukkit-Patches/0127-Fix-several-occurances-of-missed-diff.patch
+++ b/CraftBukkit-Patches/0127-Fix-several-occurances-of-missed-diff.patch
@@ -1,4 +1,4 @@
-From b8d94673c41ba8e0cb34b3f1976c9c534f01c083 Mon Sep 17 00:00:00 2001
+From c4143e31c1f7e1fe0a340af202798cff085300ff Mon Sep 17 00:00:00 2001
 From: md_5 <git@md-5.net>
 Date: Sat, 12 Apr 2014 17:49:14 +1000
 Subject: [PATCH] Fix several occurances of missed diff.
@@ -136,9 +136,18 @@ index 6f30e6d..fd6e057 100644
  
                      return;
 diff --git a/src/main/java/net/minecraft/server/PlayerList.java b/src/main/java/net/minecraft/server/PlayerList.java
-index 9abf099..da5084a 100644
+index 9abf099..5b112d5 100644
 --- a/src/main/java/net/minecraft/server/PlayerList.java
 +++ b/src/main/java/net/minecraft/server/PlayerList.java
+@@ -164,7 +164,7 @@ public abstract class PlayerList {
+         }
+ 
+         // CraftBukkit - Moved from above, added world
+-        g.info(entityplayer.getName() + "[" + s + "] logged in with entity id " + entityplayer.getId() + " at ([" + entityplayer.world.worldData.getName() + "] " + entityplayer.locX + ", " + entityplayer.locY + ", " + entityplayer.locZ + ")");
++        g.info(entityplayer.getName() + "[" + s1 + "] logged in with entity id " + entityplayer.getId() + " at ([" + entityplayer.world.worldData.getName() + "] " + entityplayer.locX + ", " + entityplayer.locY + ", " + entityplayer.locZ + ")");
+     }
+ 
+     public void a(ScoreboardServer scoreboardserver, EntityPlayer entityplayer) { // CraftBukkit - protected -> public
 @@ -801,7 +801,7 @@ event.disallow(PlayerLoginEvent.Result.KICK_WHITELIST, org.spigotmc.SpigotConfig
          }
  
@@ -183,5 +192,5 @@ index e86e21b..418ec40 100644
  
      public boolean b(Achievement achievement) {
 -- 
-1.8.5.2.msysgit.0
+1.8.3.2