Readme update

A readme update.
This commit is contained in:
ronancpl
2018-07-18 18:24:06 -03:00
parent f439c158e2
commit 3752ebbae5
5 changed files with 5 additions and 91 deletions

View File

@@ -35,7 +35,7 @@ public final class ViewAllCharHandler extends AbstractMaplePacketHandler {
@Override
public final void handlePacket(SeekableLittleEndianAccessor slea, MapleClient c) {
try {
if(!c.canRequestCharlist()) {
if(!c.canRequestCharlist()) { // client breaks if the charlist request pops too soon
c.announce(MaplePacketCreator.showAllCharacter(0, 0));
return;
}