Removed uncompleted code.

This commit is contained in:
Kristian S. Stangeland 2012-10-02 23:07:03 +02:00
parent 3f1b5d49e9
commit eb8ac33a3e
2 changed files with 5 additions and 2 deletions

View File

@ -403,8 +403,6 @@ public final class PacketFilterManager implements ProtocolManager {
if (packet == null)
throw new IllegalArgumentException("packet cannot be NULL.");
sender.is
PlayerInjector injector = getInjector(sender);
Packet mcPacket = packet.getHandle();

View File

@ -7,6 +7,11 @@ package com.comphenix.protocol.injector;
*/
public class PlayerLoggedOutException extends RuntimeException {
/**
* Generated by Eclipse.
*/
private static final long serialVersionUID = 4889257862160145234L;
public PlayerLoggedOutException() {
// Default error message
super("Cannot inject a player that has already logged out.");