Skip to content

Commit

Permalink
Fix parsing function
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimenpsyonal authored Dec 21, 2024
1 parent b7504c3 commit b2881d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainModule/Server/Core/Functions.luau
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@ return function(Vargs, GetEnv)
if #tab>=num then
break
elseif #tab>=num-1 then
table.insert(tab,string.sub(msg,#str+3,#msg))
table.insert(tab,string.sub(msg,#str+1,#msg))
continue
end

Expand Down

0 comments on commit b2881d1

Please sign in to comment.