diff --git a/TShockAPI/DB/SqlTable.cs b/TShockAPI/DB/SqlTable.cs index 5245e04c..fefd8d22 100755 --- a/TShockAPI/DB/SqlTable.cs +++ b/TShockAPI/DB/SqlTable.cs @@ -76,7 +76,7 @@ namespace TShockAPI.DB /// Ensures a table exists and that its structure is correct /// /// The table name - [Obsolete("This method will be replaced by EnsureTableExists.")] + [Obsolete("This method will be replaced by EnsureTableStructure.")] public void EnsureExists(SqlTable table) { EnsureTableStructure(table);