Skip to content
Snippets Groups Projects
Commit 5cd7906b authored by Alex Ksandra's avatar Alex Ksandra
Browse files

Whoops.

parent 136f53a3
No related branches found
No related tags found
No related merge requests found
......@@ -965,7 +965,7 @@ function _M:talentDialog(d)
dialog_returns_list[#dialog_returns_list+1] = d
local co = coroutine.running()
d.unload = function(self)
d.unload = function(dialog)
local ok, err = coroutine.resume(co, dialog_returns[d])
if not ok and err then
print(debug.traceback(co))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment