Skip to content

Commit

Permalink
switch empire_id to session_id for redefine_species
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoebel committed Dec 23, 2010
1 parent d5cc1b9 commit a4a4902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Games/Lacuna/Client/Empire.pm
Expand Up @@ -29,7 +29,7 @@ sub api_methods {
),
found => { default_args => [qw(empire_id)] },
update_species => { default_args => [qw(empire_id)] },
redefine_species => { default_args => [qw(empire_id)] },
redefine_species => { default_args => [qw(session_id)] },
invite_friend => { default_args => [qw(session_id)] },
change_password => { default_args => [qw(session_id)] },
logout => { default_args => [qw(session_id)] },
Expand Down

0 comments on commit a4a4902

Please sign in to comment.