[longomatch] Fix deserialization of TagGoalPosition



commit 790c163c2144e4ab6282c663eef7b20b228b3d85
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Aug 18 15:57:06 2013 +0200

    Fix deserialization of TagGoalPosition

 LongoMatch.Core/Store/Category.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Core/Store/Category.cs b/LongoMatch.Core/Store/Category.cs
index 419af8c..9438f71 100644
--- a/LongoMatch.Core/Store/Category.cs
+++ b/LongoMatch.Core/Store/Category.cs
@@ -177,7 +177,7 @@ namespace LongoMatch.Store
                                TagHalfFieldPosition = false;
                        }
                        try {
-                               TagGoalPosition = info.GetBoolean("tagfieldgoal");
+                               TagGoalPosition = info.GetBoolean("taggoalpos");
                        } catch {
                                TagGoalPosition = false;
                        }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]