debug modded RCON layer update

This commit is contained in:
Skillet 2023-05-22 18:09:48 -04:00
parent 8e5a585b89
commit 324b9ff840

View File

@ -151,7 +151,7 @@ export default class SquadRcon extends Rcon {
name: match[3],
teamID: match[4],
squadID: match[5] !== 'N/A' ? match[5] : null,
isSquadLeader: match[6] === 'True' ? true : false,
isSquadLeader: match[6] === 'True',
rconRole: match[7]
});
}