Skip to content

Commit

Permalink
changed unlockorder to fix #289
Browse files Browse the repository at this point in the history
  • Loading branch information
Killerkarnickel committed May 17, 2021
1 parent 9e036de commit edd21aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ public void ProcessPacket(GameHistoryUnlockTechPacket packet, NebulaConnection c
Log.Info($"Unlocking tech (ID: {packet.TechId})");
using (GameDataHistoryManager.IsIncomingRequest.On())
{
GameMain.history.UnlockTech(packet.TechId);
GameMain.mainPlayer.mecha.lab.itemPoints.Clear();
GameMain.history.DequeueTech();
GameMain.history.UnlockTech(packet.TechId);
}
}
}
Expand Down

0 comments on commit edd21aa

Please sign in to comment.