Skip to content
This repository was archived by the owner on Apr 17, 2021. It is now read-only.

Commit 727f32b

Browse files
committed
Removed OTA.Commands.dll from Binaries
1 parent 2dcacf1 commit 727f32b

File tree

8 files changed

+7
-13
lines changed

8 files changed

+7
-13
lines changed

Binaries/OTA.Commands.dll

-32.5 KB
Binary file not shown.

Binaries/OTA.Patcher.exe

0 Bytes
Binary file not shown.

Binaries/OTA.Patcher.pdb

0 Bytes
Binary file not shown.

Binaries/Plugins/TDSM.Core.dll

0 Bytes
Binary file not shown.

Binaries/Plugins/TDSM.Core.pdb

0 Bytes
Binary file not shown.

Binaries/Server/TerrariaServer.exe

0 Bytes
Binary file not shown.

Binaries/TerrariaServer.exe

0 Bytes
Binary file not shown.

Core/Core/Entry.cs

+7-13
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
1-
using OTA.Plugin;
1+
using OTA;
2+
using OTA.Config;
3+
using OTA.Extensions;
4+
using OTA.Logging;
5+
using OTA.Plugin;
26
using System;
3-
using OTA.Misc;
4-
using TDSM.Core.Command;
57
using System.Collections.Generic;
6-
using OTA;
7-
using OTA.Command;
8-
using OTA.Logging;
9-
using TDSM.Core.Plugin.Hooks;
108
using System.Diagnostics;
119
using System.IO;
1210
using System.Threading;
13-
using System.Text;
14-
using Microsoft.Xna.Framework;
15-
using System.Linq;
16-
using TDSM.Core.Misc;
17-
using OTA.Extensions;
1811
using TDSM.Core.Data;
19-
using OTA.Config;
2012
using TDSM.Core.Data.Permissions;
13+
using TDSM.Core.Misc;
14+
using TDSM.Core.Plugin.Hooks;
2115

2216
[assembly: PluginDependency("OTA.Commands")]
2317

0 commit comments

Comments
 (0)