Skip to content

Commit

Permalink
Remove old commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Oct 18, 2024
1 parent 4af8570 commit 22f62cc
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Fika.Core/Coop/BotClasses/CoopBotInventoryController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,6 @@ public override IPlayerSearchController PlayerSearchController
}
}

/*public override void RollBack()
{
#if DEBUG
FikaPlugin.Instance.FikaLogger.LogWarning("Rolling back on bot: " + coopBot.NetId);
#endif
base.RollBack();
ResyncInventoryIdPacket packet = new(coopBot.NetId)
{
MongoId = mongoID_0
};
coopBot.PacketSender.SendPacket(ref packet, false);
}*/

public override void CallMalfunctionRepaired(Weapon weapon)
{
// Do nothing
Expand Down

0 comments on commit 22f62cc

Please sign in to comment.