fixcomment style zeroeightysix/KAMI/pull/153 zeroeightysix/KAMI/pull/163

This commit is contained in:
Bella 2020-01-15 16:06:02 -05:00
parent d26d8716f7
commit 072ab67a81
2 changed files with 2 additions and 3 deletions

View File

@ -14,7 +14,7 @@ import java.util.List;
/**
* Created on 26 October 2019 by hub
* Updated 12 January 2019 by hub
* Updated 12 January 2020 by hub
*/
@Module.Info(name = "VisualRange", description = "Shows players who enter and leave range in chat", category = Module.Category.MISC)
public class VisualRange extends Module {

View File

@ -15,8 +15,7 @@ import java.util.HashMap;
import java.util.Map;
/**
* @author hub
* @since 2019-11-29
* Created on 29 November 2019 by hub
*/
@Module.Info(name = "AutoReplenish", category = Module.Category.COMBAT, description = "Refills your Hotbar")
public class AutoReplenish extends Module {