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

Commit

Permalink
Removed OTA.Commands.dll from Binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
SignatureBeef committed Apr 3, 2016
1 parent 2dcacf1 commit 727f32b
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 13 deletions.
Binary file removed Binaries/OTA.Commands.dll
Binary file not shown.
Binary file modified Binaries/OTA.Patcher.exe
Binary file not shown.
Binary file modified Binaries/OTA.Patcher.pdb
Binary file not shown.
Binary file modified Binaries/Plugins/TDSM.Core.dll
Binary file not shown.
Binary file modified Binaries/Plugins/TDSM.Core.pdb
Binary file not shown.
Binary file modified Binaries/Server/TerrariaServer.exe
Binary file not shown.
Binary file modified Binaries/TerrariaServer.exe
Binary file not shown.
20 changes: 7 additions & 13 deletions Core/Core/Entry.cs
Original file line number Diff line number Diff line change
@@ -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")]

Expand Down

0 comments on commit 727f32b

Please sign in to comment.