This commit is contained in:
Deathmax 2011-12-24 10:27:50 +08:00
parent 877de10cba
commit 8d84514128
2 changed files with 3 additions and 3 deletions

View file

@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.4.1.1223")]
[assembly: AssemblyFileVersion("3.4.1.1223")]
[assembly: AssemblyVersion("3.4.1.1224")]
[assembly: AssemblyFileVersion("3.4.1.1224")]

View file

@ -621,7 +621,7 @@ namespace TShockAPI
if (!ValidString(str[i].ToString()))
returnstr[i] = ' ';
}
return returnstr.ToString();
return new string(returnstr);
}
}
}