Merge pull request #150 from Salanto/Remove-OPPASS

Remove OPPASS
This commit is contained in:
scatterflower 2021-07-12 15:25:13 -05:00 committed by GitHub
commit a6050a460d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ void AOClient::pktLoadingDone(AreaData* area, int argc, QStringList argv, AOPack
sendPacket("HP", {"1", QString::number(area->defHP())});
sendPacket("HP", {"2", QString::number(area->proHP())});
sendPacket("FA", server->area_names);
sendPacket("OPPASS", {"DEADBEEF"});
//Here lies OPPASS, the genius of FanatSors who send the modpass to everyone in plain text.
sendPacket("DONE");
sendPacket("BN", {area->background()});