mirror of
https://github.com/Miasmusa/Shadow.git
synced 2024-11-28 18:26:15 -05:00
update crash stand and fix reach
This commit is contained in:
parent
56187fd87c
commit
b368345369
2 changed files with 1 additions and 2 deletions
|
@ -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
Loading…
Reference in a new issue