mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-14 14:45:45 +01:00
More stub methods to avoid flushing
This commit is contained in:
parent
3ae2c0d538
commit
291591b7d4
@ -20,6 +20,10 @@ public class EmptyConnection extends Connection {
|
||||
};
|
||||
}
|
||||
|
||||
@Override
|
||||
public void flushChannel() {
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isConnected() {
|
||||
return true;
|
||||
|
@ -13,6 +13,10 @@ public class EmptyPacketListener extends ServerGamePacketListenerImpl {
|
||||
super(minecraftServer, networkManager, entityPlayer, clc);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void resumeFlushing() {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void send(Packet<?> packet) {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user