Skip to content

Commit

Permalink
Fix self reference
Browse files Browse the repository at this point in the history
  • Loading branch information
b-morgan committed Jun 27, 2021
1 parent e571f18 commit 1b8bb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SkilletQueue.lua
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ end
--
local function AddToQueue(command)
DA.DEBUG(0,"AddToQueue("..DA.DUMP1(command)..")")
local queue = self.db.realm.queueData[self.currentPlayer]
local queue = Skillet.db.realm.queueData[self.currentPlayer]
if (not command.complex) then -- we can add this queue entry to any of the other entries
local added
for i=1,#queue,1 do
Expand Down

0 comments on commit 1b8bb97

Please sign in to comment.