Skip to content

Commit

Permalink
Updated Scriptable Tricks!
Browse files Browse the repository at this point in the history
  • Loading branch information
RealMangorage committed May 23, 2024
1 parent 147d488 commit 9124bf5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ public boolean isSuppressed() {
}

public MemoryBank getMemoryBank() {
if (memoryBank == null)
memoryBank = new MemoryBank(new HashMap<>());
return memoryBank;
}

Expand Down

0 comments on commit 9124bf5

Please sign in to comment.