mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 10:34:14 +00:00
Enable the GUI2 lobby in the GUI2 lobby test
This commit is contained in:
parent
419a30b45e
commit
e1895e8eaa
@ -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")
|
||||
|
2
host.lua
2
host.lua
@ -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")
|
||||
|
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user