Skip to content

Commit

Permalink
removed useless try catch
Browse files Browse the repository at this point in the history
  • Loading branch information
RealSweetPanda committed May 9, 2023
1 parent cfd273e commit b5ab37b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Framework/SaveManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -239,14 +239,6 @@ private IEnumerable<BuffData> GetotherBuffs()

private IEnumerable<PositionData> GetPosition()
{
try
{

}
catch (Exception e)
{

}
var player = Game1.player;
var name1 = player.Name;
var map1 = player.currentLocation.uniqueName.Value;
Expand Down

0 comments on commit b5ab37b

Please sign in to comment.