add clearing to playerlog
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m34s
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m34s
This commit is contained in:
parent
3a4239c1ff
commit
c3ddfc3b8e
2 changed files with 3 additions and 4 deletions
|
@ -75,6 +75,7 @@ public class Setup {
|
|||
new NoSlowDown(),
|
||||
new Notifier(),
|
||||
new Ping(),
|
||||
new PlayerLog(),
|
||||
new PlayerSelector(),
|
||||
new RenderFun(),
|
||||
new Say(),
|
||||
|
|
|
@ -7,10 +7,7 @@ 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.modules.client.Client;
|
||||
import de.com.baseband.client.registry.annotation.Config;
|
||||
import de.com.baseband.client.registry.annotation.Gate;
|
||||
import de.com.baseband.client.registry.annotation.Range;
|
||||
import de.com.baseband.client.registry.annotation.Requires;
|
||||
import de.com.baseband.client.registry.annotation.*;
|
||||
import de.com.baseband.client.util.adapt.Marker;
|
||||
import de.com.baseband.client.util.render.Pixels;
|
||||
import de.com.baseband.client.util.render.SimpleRender;
|
||||
|
@ -70,6 +67,7 @@ public class PlayerLog extends Feature {
|
|||
}
|
||||
}
|
||||
|
||||
@Trigger("Clear")
|
||||
@Override
|
||||
public void onDisable() {
|
||||
originalPlayers.clear();
|
||||
|
|
Loading…
Add table
Reference in a new issue