Changed Datastore Output For Mark

This commit is contained in:
Cooldude2606
2020-05-27 18:30:18 +01:00
committed by GitHub
parent 26f054750a
commit 8128ec9aef

View File

@@ -395,7 +395,7 @@ function Datastore:write_action(action, key, value)
if value ~= nil then
data[4] = type(value) == 'table' and '"'..game.table_to_json(value)..'"' or '"'..tostring(value)..'"'
end
game.write_file('datastore.pipe', table.concat(data, ' ')..'\n', true, 0)
game.write_file('datastore.out', table.concat(data, ' ')..'\n', true, 0)
end
----- Datastore Local
@@ -827,4 +827,4 @@ end)
Datastore.on_update = event_factory('on_update')
----- Module Return
return DatastoreManager
return DatastoreManager