fix: *music testsong throwing NPE because i didn't set the context

This commit is contained in:
ChomeNS
2025-05-15 17:48:19 +07:00
parent c5da3a8689
commit b699cb2f7a
2 changed files with 3 additions and 1 deletions

View File

@@ -602,6 +602,8 @@ public class MusicCommand extends Command implements Listener {
false
);
song.context = context;
int instrumentId = 0;
int j = 0;
for (int i = 0; i < 400; i++) {