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:
gfgtdf 2014-04-03 01:51:55 +02:00
parent 8617a02a88
commit 3acb4f22be

View File

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