mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 06:41:31 +01:00
Update QuickPlayMod.java
This commit is contained in:
parent
4efd98505a
commit
89a70cb7ca
@ -120,7 +120,7 @@ public class QuickPlayMod extends Mod {
|
||||
if(sending) {
|
||||
return;
|
||||
}
|
||||
String[] args = setting.getName().split(":");
|
||||
String[] args = setting.getName().split("|");
|
||||
if(((args[1].equals("Hypixel") && Server.isHypixel()) || (args[1].equals("RuHypixel") && Server.isRuHypixel())) && setting.isKeyDown()) {
|
||||
runCommand(args[2]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user