WIP: Output the ID of the dialog being skipped (maybe it's not actually a leader select dialog?)
This commit is contained in:
parent
42991138d9
commit
e20d054f7b
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ local function plugin()
|
|||
end
|
||||
|
||||
if info.name == "Dialog" then
|
||||
log("got a leader select dialog...")
|
||||
log("got a leader select dialog... id=" .. info.id())
|
||||
context.skip_dialog{}
|
||||
events, context, info = wesnoth.plugin.wait_until("Multiplayer Join", function(name)
|
||||
idle_text("in " .. name .. " waiting for mp join")
|
||||
|
|
Loading…
Add table
Reference in a new issue