Enable the GUI2 lobby in the GUI2 lobby test

This commit is contained in:
Jyrki Vesterinen 2016-09-17 00:24:56 +03:00
parent 419a30b45e
commit e1895e8eaa
4 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,8 @@ local function plugin()
log("hello world")
wesnoth.preferences.new_lobby = true
repeat
events, context, info = coroutine.yield()
idle_text("in " .. info.name .. " waiting for titlescreen or lobby")

View File

@ -23,6 +23,8 @@ local function plugin()
log("hello world")
wesnoth.preferences.new_lobby = false
repeat
events, context, info = coroutine.yield()
idle_text("in " .. info.name .. " waiting for titlescreen or lobby")

View File

@ -42,6 +42,8 @@ local function plugin()
log("hello world")
wesnoth.preferences.new_lobby = true
repeat
events, context, info = coroutine.yield()
idle_text("in " .. info.name .. " waiting for titlescreen or lobby")

View File

@ -42,6 +42,8 @@ local function plugin()
log("hello world")
wesnoth.preferences.new_lobby = false
repeat
events, context, info = coroutine.yield()
idle_text("in " .. info.name .. " waiting for titlescreen or lobby")