Fix MOTD
This commit is contained in:
parent
877de10cba
commit
8d84514128
2 changed files with 3 additions and 3 deletions
|
|
@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
|
|
||||||
[assembly: AssemblyVersion("3.4.1.1223")]
|
[assembly: AssemblyVersion("3.4.1.1224")]
|
||||||
[assembly: AssemblyFileVersion("3.4.1.1223")]
|
[assembly: AssemblyFileVersion("3.4.1.1224")]
|
||||||
|
|
@ -621,7 +621,7 @@ namespace TShockAPI
|
||||||
if (!ValidString(str[i].ToString()))
|
if (!ValidString(str[i].ToString()))
|
||||||
returnstr[i] = ' ';
|
returnstr[i] = ' ';
|
||||||
}
|
}
|
||||||
return returnstr.ToString();
|
return new string(returnstr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue