stabilize PlayerLog, minirefactor
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m33s
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m33s
This commit is contained in:
parent
3a45cf655a
commit
f52123cf98
4 changed files with 6 additions and 6 deletions
|
@ -8,8 +8,8 @@ import de.com.baseband.client.feature.modules.chat.*;
|
|||
import de.com.baseband.client.feature.modules.client.*;
|
||||
import de.com.baseband.client.feature.modules.combat.AutoKill;
|
||||
import de.com.baseband.client.feature.modules.combat.AutoTotem;
|
||||
import de.com.baseband.client.feature.modules.experimental.Inventory;
|
||||
import de.com.baseband.client.feature.modules.experimental.NoParticles;
|
||||
import de.com.baseband.client.feature.modules.ingame.Inventory;
|
||||
import de.com.baseband.client.feature.modules.render.NoParticles;
|
||||
import de.com.baseband.client.feature.modules.render.PlayerSelector;
|
||||
import de.com.baseband.client.feature.modules.movement.*;
|
||||
import de.com.baseband.client.feature.modules.ingame.AutoRespawn;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package de.com.baseband.client.feature.modules.experimental;
|
||||
package de.com.baseband.client.feature.modules.ingame;
|
||||
|
||||
import de.com.baseband.client.event.events.PacketEvent;
|
||||
import de.com.baseband.client.feature.Feature;
|
|
@ -1,4 +1,4 @@
|
|||
package de.com.baseband.client.feature.modules.experimental;
|
||||
package de.com.baseband.client.feature.modules.render;
|
||||
|
||||
import de.com.baseband.client.event.events.PacketEvent;
|
||||
import de.com.baseband.client.feature.Feature;
|
|
@ -5,7 +5,7 @@ import de.com.baseband.client.event.events.PlayerLeftViewEvent;
|
|||
import de.com.baseband.client.feature.Feature;
|
||||
import de.com.baseband.client.feature.Features;
|
||||
import de.com.baseband.client.feature.background.PlayerListHandler;
|
||||
import de.com.baseband.client.feature.category.Experimental;
|
||||
import de.com.baseband.client.feature.category.Render;
|
||||
import de.com.baseband.client.feature.modules.client.Client;
|
||||
import de.com.baseband.client.registry.annotation.*;
|
||||
import de.com.baseband.client.util.adapt.Marker;
|
||||
|
@ -24,7 +24,7 @@ import java.util.HashMap;
|
|||
import java.util.Map;
|
||||
import java.util.UUID;
|
||||
|
||||
@Experimental
|
||||
@Render
|
||||
@Requires(PlayerListHandler.class)
|
||||
public class PlayerLog extends Feature {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue