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