Skip to content

Commit

Permalink
resource leak
Browse files Browse the repository at this point in the history
  • Loading branch information
moniq-e committed Apr 14, 2024
1 parent 39fc49d commit 2f30bde
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class Macabre {
while (file.hasNextLine()) {
txt += file.nextLine();
}
file.close();
setUpCardInfos(new JSONObject(txt));

buildings();
Expand Down

0 comments on commit 2f30bde

Please sign in to comment.