Don't overwrite local_state in syncState()
This commit is contained in:
parent
2c59cbbefb
commit
12096f29ec
@ -544,8 +544,7 @@ end
|
|||||||
|
|
||||||
function syncState()
|
function syncState()
|
||||||
ping.setSnoring(skin_state.snore_enabled)
|
ping.setSnoring(skin_state.snore_enabled)
|
||||||
local_state=getLocalState()
|
ping.syncState(getLocalState())
|
||||||
ping.syncState(local_state)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
function ping.syncState(tbl)
|
function ping.syncState(tbl)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user