Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
Readd accidently removed lines. Fixes #243
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfriedrich committed Jan 9, 2019
1 parent 854fd13 commit 4d50148
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proxy/src/main/java/net/md_5/bungee/ServerConnector.java
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ public void handle(Login login) throws Exception
if (user.getServer() == null)
{
// Once again, first connection
user.setClientEntityId( login.getEntityId() );
user.setServerEntityId( login.getEntityId() );

// Set tab list size, this sucks balls, TODO: what shall we do about packet mutability
// Forge allows dimension ID's > 127
Expand Down

0 comments on commit 4d50148

Please sign in to comment.