Skip to content

Commit

Permalink
PPT: Set empty tables for lpdb json fields (#3521)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbergen authored Nov 15, 2023
1 parent 84d9e21 commit f8f67ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/prize_pool/commons/prize_pool_base.lua
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,10 @@ function BasePrizePool:storeData()
icondark = Variables.varDefault('tournament_icondark'),
game = Variables.varDefault('tournament_game'),
prizepoolindex = prizePoolIndex,
lastvsdata = {},
opponentplayers = {},
players = {},
extradata = {},
}

local lpdbData = {}
Expand Down

0 comments on commit f8f67ee

Please sign in to comment.