1
0
Fork 0
mirror of https://github.com/Miasmusa/Shadow.git synced 2025-04-09 02:34:22 -04:00

update crash stand and fix reach

This commit is contained in:
Saturn5Vfive 2022-05-05 20:54:30 -05:00
parent 56187fd87c
commit b368345369
2 changed files with 1 additions and 2 deletions
src/main
java/net/shadow/client/feature/module/impl/combat
resources

View file

@ -10,7 +10,6 @@ import net.shadow.client.feature.module.Module;
import net.shadow.client.feature.module.ModuleType;
public class Reach extends Module {
// TODO: 10.04.22 finish this WHERE TF THE MIXIN GO????????
final DoubleSetting reachDist = this.config.create(new DoubleSetting.Builder(3).min(3).max(10).precision(1).name("Distance").description("How far to reach").get());

File diff suppressed because one or more lines are too long