Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
reversed polarity
  • Loading branch information
lemming552 committed May 5, 2015
1 parent 3d59c69 commit 3e41e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/spy_run.pl
Expand Up @@ -108,7 +108,7 @@

# Load the planets
my $empire = $glc->empire->get_status->{empire};
my $insurrect_value = $empire->{insurrect_value} ? 400_000_000_000_000_000 : $empire->{insurrect_value};
my $insurrect_value = $empire->{insurrect_value} ? $empire->{insurrect_value} : 400_000_000_000_000_000;

my $rpc_cnt_beg = $glc->{rpc_count};
print "RPC Count of $rpc_cnt_beg\n";
Expand Down

0 comments on commit 3e41e23

Please sign in to comment.