Mazes #117
@@ -20,6 +20,7 @@ public class ConnectionHandler implements IConnectionHandler
|
||||
@Override
|
||||
public String connectionReceived(NetLoginHandler netHandler, INetworkManager manager)
|
||||
{
|
||||
/**
|
||||
try
|
||||
{
|
||||
Packet250CustomPayload packet = new Packet250CustomPayload();
|
||||
@@ -38,7 +39,9 @@ public class ConnectionHandler implements IConnectionHandler
|
||||
//This shouldn't happen...
|
||||
e.printStackTrace();
|
||||
}
|
||||
**/
|
||||
return null;
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user