mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
Rebuild patches for upstream changes
This commit is contained in:
parent
6f8cdbf0f4
commit
00e1315f65
2 changed files with 3 additions and 7 deletions
|
@ -26,6 +26,4 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
this.f.put(entityplayer1.getUniqueID(), entityplayer1);
|
||||
}
|
||||
// Added from changeDimension
|
||||
--
|
||||
1.9.5.msysgit.0
|
||||
|
||||
--
|
|
@ -50,7 +50,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
private final IpBanList l;
|
||||
@@ -0,0 +0,0 @@ public abstract class PlayerList {
|
||||
|
||||
public void onPlayerJoin(EntityPlayer entityplayer) {
|
||||
public void onPlayerJoin(EntityPlayer entityplayer, String joinMessage) { // CraftBukkit added param
|
||||
this.players.add(entityplayer);
|
||||
+ this.playerMap.put(entityplayer.getName(), entityplayer); // PaperSpigot
|
||||
this.f.put(entityplayer.getUniqueID(), entityplayer);
|
||||
|
@ -170,6 +170,4 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
}
|
||||
|
||||
public InetSocketAddress getAddress() {
|
||||
--
|
||||
1.9.5.msysgit.0
|
||||
|
||||
--
|
Loading…
Add table
Reference in a new issue