Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from ttwizz/dev
Browse files Browse the repository at this point in the history
Release 3.9
  • Loading branch information
ttwizz authored May 12, 2024
2 parents 30a8c3a + 0efa3a0 commit a952ada
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions source-minified.lua

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions source.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ local function RandomString()
local Length = math.random(11, 22)
local Array = {}
for Index = 1, Length do
Array[Index] = string.char(math.random(48, 90))
Array[Index] = string.char(math.random(35, 91))
end
return table.concat(Array)
end
Expand Down Expand Up @@ -5916,7 +5916,7 @@ local function ExecuteCode(str, env)
end)

if ran then
return f, buff.data
return f, buff and buff.data
end
end

Expand Down

0 comments on commit a952ada

Please sign in to comment.