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

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