Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
SafeDataStore Budget Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleitnick committed Nov 26, 2018
1 parent 2fbfd57 commit 49ece02
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ end
local requestTypes = {
GetAsync = Enum.DataStoreRequestType.GetAsync;
SetAsync = Enum.DataStoreRequestType.SetIncrementAsync;
RemoveAsync = Enum.DataStoreRequestType.SetIncrementAsync;
OnUpdate = Enum.DataStoreRequestType.OnUpdate;
IncrementAsync = Enum.DataStoreRequestType.SetIncrementAsync;
}
Expand Down

0 comments on commit 49ece02

Please sign in to comment.