steamutils 1.0.15 → 1.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/SteamClient.js +1 -1
- package/package.json +1 -1
package/SteamClient.js
CHANGED
@@ -523,7 +523,7 @@ function SteamClient({
|
|
523
523
|
console.log(`app ${appid} launched on account ${steamClient.accountInfo.name}`)
|
524
524
|
await sendHello()
|
525
525
|
|
526
|
-
events.loggedOn.forEach(e => e?.
|
526
|
+
events.loggedOn.forEach(e => e?.())
|
527
527
|
})
|
528
528
|
|
529
529
|
steamClient.on('friendMessage', async (user, message) => {
|