Fix more missed diff - IPs not showing in console
This commit is contained in:
parent
1384382aeb
commit
84643687e6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user