Change default lineups to 6

This commit is contained in:
memetrollsXD 2022-08-02 16:40:36 +02:00
parent d3b6b3c2d7
commit 95342b0c53
No known key found for this signature in database
GPG Key ID: 105C2F3417AC32CD

View File

@ -56,7 +56,7 @@ export default async function handle(session: Session, packet: Packet) {
name: "",
planeId: 10001
}
const LINEUPS = 4;
const LINEUPS = 6;
let slot = 0;
plr.db.lineup = {
curIndex: 0,