added call to save datastore when outfits are saved. (#24)

This commit is contained in:
El Gato da Great
2020-07-03 12:21:25 -05:00
committed by GitHub
parent e9b129ebe7
commit b23f5eec5d
+1
View File
@@ -19,6 +19,7 @@ AddEventHandler('esx_clotheshop:saveOutfit', function(label, skin)
})
store.set('dressing', dressing)
store.save()
end)
end)