Removing unused comments

This commit is contained in:
Đạt Nhân Trương
2022-08-11 16:02:53 +07:00
parent 8e395b0770
commit 53914bbd32
3 changed files with 3 additions and 4 deletions

View File

@@ -359,7 +359,6 @@ public final class MTSHandler extends AbstractPacketHandler {
c.sendPacket(PacketCreator.MTSConfirmTransfer(i.getQuantity(), i.getPosition()));
c.sendPacket(PacketCreator.transferInventory(getTransfer(c.getPlayer().getId())));
}
// rs.close(); Closing statement will also close related resultset
}
} catch (SQLException e) {
log.error("MTS Transfer error", e);