mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-03-11 06:07:44 +01:00
Force loaded cart data to have uuid the same as in the mod storage key
This commit is contained in:
parent
ae0a654d96
commit
17db7c2d7e
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ local function get_cart_data(uuid)
|
|||
if data.distance == -0/0 then data.distance = 0 end
|
||||
data.dir = vector.new(data.dir)
|
||||
data.connected_at = vector.new(data.connected_at)
|
||||
data.uuid = uuid
|
||||
end
|
||||
|
||||
cart_data[uuid] = data
|
||||
|
|
Loading…
Reference in a new issue