finish
This commit is contained in:
parent
6928b7af55
commit
e09378a55b
@ -39,7 +39,7 @@ module.exports = {
|
||||
for (const [id, player] of Object.entries(players)) {
|
||||
if (player.name === palworldName) {
|
||||
playerData = {
|
||||
steamId: player.userId.replace('steam_', ''),
|
||||
steamId: player.userId,
|
||||
playerId: player.playerId,
|
||||
name: player.name
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user