Fix deprecation message fixes #880

This commit is contained in:
Lucas Nicodemus 2015-03-10 11:14:21 -06:00
parent 27553ce892
commit 7187245879

View file

@ -76,7 +76,7 @@ namespace TShockAPI.DB
/// Ensures a table exists and that its structure is correct
/// </summary>
/// <param name="table">The table name</param>
[Obsolete("This method will be replaced by EnsureTableExists.")]
[Obsolete("This method will be replaced by EnsureTableStructure.")]
public void EnsureExists(SqlTable table)
{
EnsureTableStructure(table);