Merging Seal of Command on Wrath classic
This commit is contained in:
parent
1ed29008aa
commit
69899679e7
63 changed files with 1655 additions and 1638 deletions
|
|
@ -81,7 +81,7 @@ function Details.OpenRunCodeWindow()
|
|||
local script = code_editor:GetText()
|
||||
local func, errortext = loadstring (script, "Q")
|
||||
if (not func) then
|
||||
local firstLine = strsplit ("\n", script, 2)
|
||||
local firstLine = strsplit("\n", script, 2)
|
||||
errortext = errortext:gsub (firstLine, "")
|
||||
errortext = errortext:gsub ("%[string \"", "")
|
||||
errortext = errortext:gsub ("...\"]:", "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue