Skip to content

Commit b5ab37b

Browse files
removed useless try catch
1 parent cfd273e commit b5ab37b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Framework/SaveManager.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -239,14 +239,6 @@ private IEnumerable<BuffData> GetotherBuffs()
239239

240240
private IEnumerable<PositionData> GetPosition()
241241
{
242-
try
243-
{
244-
245-
}
246-
catch (Exception e)
247-
{
248-
249-
}
250242
var player = Game1.player;
251243
var name1 = player.Name;
252244
var map1 = player.currentLocation.uniqueName.Value;

0 commit comments

Comments
 (0)