Skip to content

Commit b3f585c

Browse files
author
burdo
committed
remove players from lists after inactivity
1 parent 94cca40 commit b3f585c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/comroid/api/net/Rabbit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public class Route<T> extends Event.Bus<T> {
175175
@NonFinal String tag;
176176

177177
private Route(@Nullable String name, @Nullable String routingKey, ByteConverter<T> converter) {
178-
this.name = name;
178+
this.name = (Debug.isDebug() ? "dev." : "") + name;
179179
this.routingKey = routingKey;
180180
this.converter = converter;
181181

0 commit comments

Comments
 (0)