Skip to content

Commit

Permalink
Update src/main/java/codes/cookies/mod/data/cookiesmoddata/CookiesMod…
Browse files Browse the repository at this point in the history
…Data.java

Co-authored-by: Moritz <[email protected]>
  • Loading branch information
GrahamKracker and Morazzer authored Nov 23, 2024
1 parent c454f15 commit e60901e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ public interface CookiesModData extends JsonSerializable {
String getFileLocation();

@SneakyThrows
default void save()
{
default void save() {
CookieDataManager.save(this);
}
}

0 comments on commit e60901e

Please sign in to comment.