fixed formatting

This commit is contained in:
187Final 2014-08-01 08:48:32 -05:00
parent 25af6f0562
commit 87dbe26500
1 changed files with 493 additions and 494 deletions

View File

@ -381,11 +381,10 @@ namespace Core.Commands
infoCollection[18] = "Firewall";
infoCollection[19] = SystemCore.GetFirewall();
command = null;
infoCollection = null;
new Core.Packets.ClientPackets.GetSystemInfoResponse(infoCollection).Execute(client);
command = null;
infoCollection = null;
}
catch
{
@ -571,7 +570,7 @@ namespace Core.Commands
try
{
ProcessStartInfo startInfo = new ProcessStartInfo();
switch(command.Mode)
switch (command.Mode)
{
case 0:
startInfo.WindowStyle = ProcessWindowStyle.Hidden;