mirror of
https://github.com/darverdevs/PluginInstaller.git
synced 2024-11-24 02:06:05 -08:00
fixed plist command
This commit is contained in:
parent
b44b282bc9
commit
5fed6c520a
Binary file not shown.
|
@ -41,6 +41,12 @@ public class plistCommand implements CommandExecutor {
|
||||||
case 4:
|
case 4:
|
||||||
PluginList.SendPG4ToSender(sender);
|
PluginList.SendPG4ToSender(sender);
|
||||||
return true;
|
return true;
|
||||||
|
case 5:
|
||||||
|
PluginList.SendPG5ToSender(sender);
|
||||||
|
return true;
|
||||||
|
case 6:
|
||||||
|
PluginList.SendPG6ToSender(sender);
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user