music: fix settings_slider_choose_onop stack mapping (#13268)
see bc4144f418
This commit is contained in:
@@ -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])
|
||||||
|
|||||||
Reference in New Issue
Block a user