Added datastore to debug

This commit is contained in:
Cooldude2606
2020-05-23 22:50:34 +01:00
parent 537980cda4
commit b6699df3aa
4 changed files with 167 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ local concat = table.concat
local Public = {}
local ignore = {tokens = true, data_store = true}
local ignore = {tokens = true, data_store = true, datastores = true}
local header_name = Gui.uid_name()
local left_panel_name = Gui.uid_name()