1.1.1 - Recipe Fix + Table Columns clean at Save
This commit is contained in:
17
Common/Systems/ModSystemPreSaveAndQuit.cs
Normal file
17
Common/Systems/ModSystemPreSaveAndQuit.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Terraria.ModLoader;
|
||||
|
||||
namespace tTP.Common.Systems
|
||||
{
|
||||
internal class ModSystemPreSaveAndQuit : ModSystem
|
||||
{
|
||||
public override void PreSaveAndQuit()
|
||||
{
|
||||
tTP.table.Columns.Clear();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user