music: fix settings_slider_choose_onop stack mapping (#13268)

see bc4144f418
This commit is contained in:
superiorser9
2021-02-25 02:29:29 +00:00
committed by GitHub
parent 980bc6ba76
commit 78eb69c8df

View File

@@ -705,7 +705,7 @@ public class MusicPlugin extends Plugin
return; return;
} }
int arg = client.getIntStackSize() - 7; int arg = client.getIntStackSize() - 8;
int[] is = client.getIntStack(); int[] is = client.getIntStack();
Channel channel; Channel channel;
switch (is[arg]) switch (is[arg])