Skip to content

Commit

Permalink
Update the preference key in GUI1 MP test plugins
Browse files Browse the repository at this point in the history
Follow-up to c0c87fa.
  • Loading branch information
jyrkive committed Oct 12, 2016
1 parent 4fc5e25 commit cf65a38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion host.lua
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion join.lua
Expand Up @@ -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()
Expand Down

0 comments on commit cf65a38

Please sign in to comment.