1.1.1 - Recipe Fix + Table Columns clean at Save
This commit is contained in:
@@ -41,6 +41,8 @@ namespace tTP.Common.Systems
|
||||
tTP.table.Columns.Add("y", typeof(Int64));
|
||||
} else
|
||||
{
|
||||
int tpc = jar.Count;
|
||||
Main.NewText($"[tTP] You have {tpc} Personal Teleporter in this world.", Color.Aqua);
|
||||
DataSet ds = JsonConvert.DeserializeObject<DataSet>(File.ReadAllText($"tTP/{tTP.worldName}.json"));
|
||||
tTP.table = ds.Tables["tp"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user