Skip to content

Commit

Permalink
Bug squash.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemming552 committed Dec 2, 2014
1 parent e583bfc commit 9ec406f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Lacuna/DB/Result/Ships/SpyShuttle.pm
Expand Up @@ -26,8 +26,8 @@ with "Lacuna::Role::Ship::Send::NotIsolationist";
with "Lacuna::Role::Ship::Send::LoadWithSpies";
with "Lacuna::Role::Ship::Send::IsHostile";
with "Lacuna::Role::Ship::Arrive::CaptureWithSpies";
with "Lacuna::Role::Ship::Arrive::PickUpSpies";
with "Lacuna::Role::Ship::Arrive::Orbit";
with "Lacuna::Role::Ship::Arrive::PickUpSpies";
with "Lacuna::Role::Ship::Arrive::CargoExchange";

no Moose;
Expand Down
1 change: 0 additions & 1 deletion lib/Lacuna/Role/Ship/Arrive/PickUpSpies.pm
Expand Up @@ -62,7 +62,6 @@ after handle_arrival_procedures => sub {
# object_type => ref($self),
# object_id => $self->id,
#})->insert;
confess [-1];
};

1;

0 comments on commit 9ec406f

Please sign in to comment.