mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 22:01:40 +00:00
Merge pull request #787 from wesnoth/enable-gui2-lobby-in-gui2-lobby-test
Enable GUI2 lobby in GUI2 MP test
This commit is contained in:
commit
a29c669866
@ -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")
|
||||
|
2
join.lua
2
join.lua
@ -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")
|
||||
|
0
utils/travis/mp_test_executor-gui2.sh
Normal file → Executable file
0
utils/travis/mp_test_executor-gui2.sh
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user