This commit is contained in:
Bella 2020-01-28 17:28:24 -05:00
parent 038d4a9e1b
commit c7c437051c
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ import java.util.stream.Collectors;
/**
* Created by 086 on 25/06/2017.
* Updated by S-B99 on 22/01/20
* Updated by S-B99 on 28/01/20
* @see me.zeroeightsix.kami.module.modules.gui.InventoryViewer
*/
public class KamiGUI extends GUI {

View File

@ -26,7 +26,7 @@ import net.minecraft.util.math.Vec3d;
* @author hub
* @see me.zeroeightsix.kami.module.modules.combat.AutoFeetPlace
* Updated by Polymer on 09/01/20
* Updated by S-B99 on 15/01/20
* Updated by S-B99 on 28/01/20
*/
@Module.Info(name = "Surround", category = Module.Category.COMBAT, description = "Surrounds you with obsidian")
public class Surround extends Module {