[longomatch] Fix names of player in the default template



commit 189d7f5cfc143e9fa015b0edd3fcec35eaa1263a
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Nov 5 17:46:06 2011 +0100

    Fix names of player in the default template

 LongoMatch.Core/Store/Templates/TeamTemplate.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Core/Store/Templates/TeamTemplate.cs b/LongoMatch.Core/Store/Templates/TeamTemplate.cs
index 876a2f0..160bfb7 100644
--- a/LongoMatch.Core/Store/Templates/TeamTemplate.cs
+++ b/LongoMatch.Core/Store/Templates/TeamTemplate.cs
@@ -72,7 +72,7 @@ namespace LongoMatch.Store.Templates
 		
 		public void AddDefaultItem (int i) {
 			Insert(i, new Player {
-					Name = "Player " + i+1,
+					Name = "Player " + (i+1).ToString(),
 					Birthday = new DateTime(),
 					Height = 1.80f,
 					Weight = 80,



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