mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 20:19:32 +00:00
temporarily disable check for backwards compatibility
this commit brings backwards compatibility between 1.13.0 and 1.13.0-dev it should be reverted when 1.13.0 comes out.
This commit is contained in:
parent
8617a02a88
commit
3acb4f22be
@ -774,7 +774,7 @@ bool game::is_legal_command(const simple_wml::node& command, bool is_player) {
|
||||
}
|
||||
*/
|
||||
|
||||
if (is_player && command.has_attr("dependent") && command.has_attr("from_side"))
|
||||
if (is_player && command.has_attr("dependent") /*&& command.has_attr("from_side")*/)
|
||||
//AKA it's generated by get_user_input for example [global_variable]
|
||||
{
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user