Skip to content

Commit

Permalink
load_on_low_memory is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Dec 15, 2023
1 parent edc94e1 commit 17cd6fc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Lib/Internal/ResourcePack/SoundDefinitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ export interface SoundSpec {
/**The relative path to the file */
name?: string;

/** */
load_on_low_memory?: boolean;

/** */
/** Whenever or not the file needs to be streamed */
stream?: boolean;
}

Expand Down

0 comments on commit 17cd6fc

Please sign in to comment.