fix a notification
This commit is contained in:
parent
3933a89608
commit
c6ede88e1d
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue