add clearing to playerlog
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m34s

This commit is contained in:
Daniella / Tove 2024-06-25 23:07:11 +02:00
parent 3a4239c1ff
commit c3ddfc3b8e
Signed by: TudbuT
GPG key ID: B3CF345217F202D3
2 changed files with 3 additions and 4 deletions

View file

@ -75,6 +75,7 @@ public class Setup {
new NoSlowDown(),
new Notifier(),
new Ping(),
new PlayerLog(),
new PlayerSelector(),
new RenderFun(),
new Say(),

View file

@ -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();