Updated Tasks

This commit is contained in:
Cooldude2606
2020-05-30 23:02:59 +01:00
parent c7f2eb6047
commit 4a31011a26
4 changed files with 26 additions and 26 deletions

View File

@@ -25,7 +25,7 @@ local Datastore = require 'expcore.datastore' --- @dep expcore.datastore
local Global = require 'utils.global' --- @dep utils.global
local config = require 'config.gui.warps' --- @dep config.warps
--- Stores all data for the warp gui
--- Stores all data for the warp system
local WrapData = Datastore.connect('WrapData')
WrapData:set_serializer(function(raw_key) return raw_key.warp_id end)