From 634d7007b291edd6f3465b7692a5d8ad34ce955f Mon Sep 17 00:00:00 2001 From: Igor Hernandez Date: Tue, 13 Sep 2011 09:49:12 -0400 Subject: [PATCH] Bug fix --- Wrappers/Ship.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wrappers/Ship.cs b/Wrappers/Ship.cs index 814dde9..982e727 100644 --- a/Wrappers/Ship.cs +++ b/Wrappers/Ship.cs @@ -179,7 +179,7 @@ public double getMiningAmount(int i) - return Convert.ToInt32((string)sresp.Data); + return Convert.ToDouble((string)sresp.Data); } ///