fix a notification

This commit is contained in:
Daniella / Tove 2024-05-31 20:19:25 +02:00
parent 3933a89608
commit c6ede88e1d
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -187,7 +187,7 @@ public class RemoteEventManager {
}
else {
maxID = ((RemoteInitEvent) event).id;
BaseBand.notify("[Remote] Someone connected with ID " + id + ".");
BaseBand.notify("[Remote] Someone connected with ID " + maxID + ".");
}
}
else {