diff --git a/Binaries/OTA.Commands.dll b/Binaries/OTA.Commands.dll deleted file mode 100644 index c55e21bb..00000000 Binary files a/Binaries/OTA.Commands.dll and /dev/null differ diff --git a/Binaries/OTA.Patcher.exe b/Binaries/OTA.Patcher.exe index e3126917..3b3c1bfc 100755 Binary files a/Binaries/OTA.Patcher.exe and b/Binaries/OTA.Patcher.exe differ diff --git a/Binaries/OTA.Patcher.pdb b/Binaries/OTA.Patcher.pdb index 68f62949..785becc3 100644 Binary files a/Binaries/OTA.Patcher.pdb and b/Binaries/OTA.Patcher.pdb differ diff --git a/Binaries/Plugins/TDSM.Core.dll b/Binaries/Plugins/TDSM.Core.dll index 1ea5da2d..e98b850f 100755 Binary files a/Binaries/Plugins/TDSM.Core.dll and b/Binaries/Plugins/TDSM.Core.dll differ diff --git a/Binaries/Plugins/TDSM.Core.pdb b/Binaries/Plugins/TDSM.Core.pdb index 0c1e48fa..206a3d18 100755 Binary files a/Binaries/Plugins/TDSM.Core.pdb and b/Binaries/Plugins/TDSM.Core.pdb differ diff --git a/Binaries/Server/TerrariaServer.exe b/Binaries/Server/TerrariaServer.exe index d2859587..cd842a61 100644 Binary files a/Binaries/Server/TerrariaServer.exe and b/Binaries/Server/TerrariaServer.exe differ diff --git a/Binaries/TerrariaServer.exe b/Binaries/TerrariaServer.exe index d2859587..cd842a61 100755 Binary files a/Binaries/TerrariaServer.exe and b/Binaries/TerrariaServer.exe differ diff --git a/Core/Core/Entry.cs b/Core/Core/Entry.cs index 26e4e11b..01f7b6fb 100755 --- a/Core/Core/Entry.cs +++ b/Core/Core/Entry.cs @@ -1,23 +1,17 @@ -using OTA.Plugin; +using OTA; +using OTA.Config; +using OTA.Extensions; +using OTA.Logging; +using OTA.Plugin; using System; -using OTA.Misc; -using TDSM.Core.Command; using System.Collections.Generic; -using OTA; -using OTA.Command; -using OTA.Logging; -using TDSM.Core.Plugin.Hooks; using System.Diagnostics; using System.IO; using System.Threading; -using System.Text; -using Microsoft.Xna.Framework; -using System.Linq; -using TDSM.Core.Misc; -using OTA.Extensions; using TDSM.Core.Data; -using OTA.Config; using TDSM.Core.Data.Permissions; +using TDSM.Core.Misc; +using TDSM.Core.Plugin.Hooks; [assembly: PluginDependency("OTA.Commands")]