TESTING
This commit is contained in:
parent
9f2d1b1109
commit
f88c314922
1 changed files with 4 additions and 1 deletions
|
@ -20,6 +20,7 @@ public class ConnectionHandler implements IConnectionHandler
|
|||
@Override
|
||||
public String connectionReceived(NetLoginHandler netHandler, INetworkManager manager)
|
||||
{
|
||||
/**
|
||||
try
|
||||
{
|
||||
Packet250CustomPayload packet = new Packet250CustomPayload();
|
||||
|
@ -37,8 +38,10 @@ public class ConnectionHandler implements IConnectionHandler
|
|||
{
|
||||
//This shouldn't happen...
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
**/
|
||||
return null;
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue