Remove reference to removed pref from MP tests

This commit is contained in:
Celtic Minstrel 2016-11-11 18:12:25 -05:00
parent bf58ce79fb
commit 05d47216db
3 changed files with 0 additions and 6 deletions

View file

@ -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")

View file

@ -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")

View file

@ -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"