fix autoqmain description

This commit is contained in:
Bella 2019-12-04 11:26:00 -05:00
parent 407b051abf
commit 7362c2d68d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import net.minecraft.network.play.client.CPacketChatMessage;
* Updated by @S-B99 on 29/11/19
* Updated by d1gress/Qther on 5/12/2019
*/
@Module.Info(name = "AutoQMain", description = "Automatically does \"/queue main\" every 7.1 minutes.", category = Module.Category.MISC)
@Module.Info(name = "AutoQMain", description = "Automatically does \"/queue main\" every X minutes.", category = Module.Category.MISC)
public class AutoQMain extends Module {
private Setting<Boolean> debug = register(Settings.b("Debug", true));