mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 07:06:23 +00:00
obey "Observers" setting for MP games (#13374)
This commit is contained in:
parent
6fec571012
commit
1a3cef3589
@ -8,6 +8,7 @@ CVS HEAD:
|
||||
* multiplayer replays no longer show 'The End' and game credits (#13375)
|
||||
* fixed off-by-one error in Unit List (#13323)
|
||||
* fixed multiple Returns registered by some dialogs (part of #13332)
|
||||
* "Observers" setting for multiplayer games is now obeyed again (#13374)
|
||||
* language and i18n:
|
||||
* fixed 'make dist' not removing stamp-po files, causing broken translations
|
||||
* updated translations:
|
||||
|
@ -929,7 +929,7 @@ void connect::load_game()
|
||||
//this will force connecting clients to be using the same version number as us.
|
||||
level_["version"] = game_config::version;
|
||||
|
||||
level_["observers"] = params_.allow_observers ? "yes" : "no";
|
||||
level_["observer"] = params_.allow_observers ? "yes" : "no";
|
||||
|
||||
if(level_["objectives"].empty()) {
|
||||
level_["objectives"] = t_string(N_("Victory\n\
|
||||
|
Loading…
x
Reference in New Issue
Block a user