Skip to content

Commit

Permalink
fix: eosID not saved to database on connect (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbzepoqo authored Aug 6, 2024
1 parent 5e06b9a commit f4eb6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion squad-server/plugins/db-log.js
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ export default class DBLog extends BasePlugin {
async onPlayerConnected(info) {
await this.models.Player.upsert(
{
eosID: info.eosID,
eosID: info.player.eosID,
steamID: info.player.steamID,
lastName: info.player.name,
lastIP: info.ip
Expand Down

0 comments on commit f4eb6b7

Please sign in to comment.