update LibBase64-1.0

This commit is contained in:
Crum
2018-06-21 19:00:26 -05:00
parent 9c6647b79a
commit 5d75f33bfb
3 changed files with 15 additions and 15 deletions
-1
View File
@@ -457,7 +457,6 @@ function D:ExportProfile(profileType, exportFormat)
end
function D:ImportProfile(dataString)
print(self)
local profileType, profileKey, profileData = self:Decode(dataString)
if not profileData or type(profileData) ~= "table" then