Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emist committed Sep 13, 2011
1 parent 685a98c commit 634d700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wrappers/Ship.cs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public double getMiningAmount(int i)



return Convert.ToInt32((string)sresp.Data);
return Convert.ToDouble((string)sresp.Data);
}

/// <summary>
Expand Down

0 comments on commit 634d700

Please sign in to comment.