(fix/Prototypes) Power: Combo points not updating in vehicle
(cherry picked from commit e2c154de9cde08f15db84b0572a0362be1ff2660)
This commit is contained in:
parent
e254507cc3
commit
afbb6c2a96
2 changed files with 9 additions and 7 deletions
|
|
@ -247,8 +247,10 @@ local function DebugPrintDiff(diff, id, uid)
|
|||
end
|
||||
|
||||
local function Diff(ours, theirs)
|
||||
local ignored = WeakAuras.Mixin({}, OptionsPrivate.Private.internal_fields,
|
||||
OptionsPrivate.Private.non_transmissable_fields)
|
||||
local ignored = WeakAuras.Mixin({},
|
||||
OptionsPrivate.Private.internal_fields,
|
||||
OptionsPrivate.Private.non_transmissable_fields
|
||||
)
|
||||
|
||||
-- generates a diff which WeakAuras.Update can use
|
||||
local debug = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue