Update the preference key in GUI1 MP test plugins

Follow-up to c0c87fa9dea95986a8b93dc0248097c18bcee095.
This commit is contained in:
Jyrki Vesterinen 2016-10-12 21:31:53 +03:00
parent 4fc5e25e8b
commit cf65a384c1
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ local function plugin()
log("hello world")
wesnoth.preferences.new_lobby = false
wesnoth.preferences.new_mp_ui = false
repeat
events, context, info = coroutine.yield()

View File

@ -42,7 +42,7 @@ local function plugin()
log("hello world")
wesnoth.preferences.new_lobby = false
wesnoth.preferences.new_mp_ui = false
repeat
events, context, info = coroutine.yield()