Rework clanmanmode attack option hiding (#746)
* A whole bunch of refactoring * Api/mixins/injector additions for hiding attack options * Rework clanmanmode attack hiding * Update Client.java
This commit is contained in:
@@ -34,7 +34,7 @@ public enum LVTInstructionType
|
||||
|
||||
private final int slots;
|
||||
|
||||
private LVTInstructionType(int slots)
|
||||
LVTInstructionType(int slots)
|
||||
{
|
||||
this.slots = slots;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user