master
luk3yx 2020-06-04 10:50:14 +12:00
parent f3bcfc8d7a
commit 25d7079069
1 changed files with 1 additions and 1 deletions

View File

@ -240,6 +240,6 @@ end)
-- Update the waypoint list
sscsm.register_on_com_receive('advmarkers:update', function(msg)
data = msg
data = msg or {}
loaded = true
end)