Skip to content

Commit 92bc43a

Browse files
authored
Update Core.luau
Reset data
1 parent 7a6e36e commit 92bc43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MainModule/Server/Core/Core.luau

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ return function(Vargs, GetEnv)
776776
key = Core.DS_RESET_SALTS[key] .. key
777777
end
778778

779-
return Functions.Base64Encode(Remote.Encrypt(tostring(key), Settings.DataStoreKey))
779+
return Functions.Base64Encode(Remote.Encrypt(tostring(key), ("SALT_" .. Settings.DataStoreKey):sub(1,50)))
780780
end;
781781

782782
SaveData = function(...)

0 commit comments

Comments
 (0)