Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolleander committed Oct 29, 2023
1 parent 42a457b commit 1a09592
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ public class DummyLobbyPlayer<P extends ILobbyData> extends LobbyPlayer<P>{
public DummyLobbyPlayer() {
super(new DummyPlayer<>());
}

@Override
public boolean isOnline() {
return false;
}
}

0 comments on commit 1a09592

Please sign in to comment.