fix playerinfo

This commit is contained in:
Skillet 2023-12-26 01:39:22 -05:00
parent badab066d3
commit 171f8e0698

View File

@ -464,7 +464,7 @@ export default class SquadServer extends EventEmitter {
this.players = players;
for (const player of players) {
this.playerinfo.set(player.steamID, player);
this.playerinfo.set(player.eosID, player);
}
for (const player of this.players) {