Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed May 6, 2024
1 parent 28522fc commit 6bd3924
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Fika.Core/Coop/GameMode/CoopGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,8 @@ private async void DeployScreen(float timeBeforeDeploy)
if (fikaStartButton != null)
{
Destroy(fikaStartButton);
}
}

}

base.vmethod_1(timeBeforeDeploy);
Expand Down
2 changes: 0 additions & 2 deletions Fika.Core/Networking/FikaPingingClient.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
using BepInEx.Logging;
using EFT.UI;
using Fika.Core.Networking.Http;
using Fika.Core.Networking.Http.Models;
using LiteNetLib;
using LiteNetLib.Utils;
using System;
using System.Net;
using System.Net.Sockets;

Expand Down
1 change: 0 additions & 1 deletion Fika.Core/Networking/Models/GetHostRequest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Fika.Core.Coop.Components;
using System.Runtime.Serialization;

namespace Fika.Core.Networking.Http.Models
Expand Down

0 comments on commit 6bd3924

Please sign in to comment.