Remove reference to removed pref from MP tests
This commit is contained in:
parent
bf58ce79fb
commit
05d47216db
3 changed files with 0 additions and 6 deletions
2
host.lua
2
host.lua
|
@ -23,8 +23,6 @@ local function plugin()
|
|||
|
||||
log("hello world")
|
||||
|
||||
wesnoth.preferences.new_mp_ui = true
|
||||
|
||||
repeat
|
||||
events, context, info = coroutine.yield()
|
||||
idle_text("in " .. info.name .. " waiting for titlescreen or lobby")
|
||||
|
|
2
join.lua
2
join.lua
|
@ -42,8 +42,6 @@ local function plugin()
|
|||
|
||||
log("hello world")
|
||||
|
||||
wesnoth.preferences.new_mp_ui = true
|
||||
|
||||
repeat
|
||||
events, context, info = coroutine.yield()
|
||||
idle_text("in " .. info.name .. " waiting for titlescreen or lobby")
|
||||
|
|
|
@ -36,8 +36,6 @@ end
|
|||
return function()
|
||||
local events, context, info
|
||||
|
||||
wesnoth.preferences.new_mp_ui = true
|
||||
|
||||
repeat
|
||||
events, context, info = coroutine.yield()
|
||||
until info.name == "titlescreen" or info.name == "Multiplayer Lobby"
|
||||
|
|
Loading…
Add table
Reference in a new issue