Skip to content

Commit

Permalink
Update ServerRegistry.java (#1)
Browse files Browse the repository at this point in the history
Updated CafeStube entry in ServerRegistry
  • Loading branch information
Sno0wFl4ke committed Oct 13, 2023
1 parent fd38f49 commit e86a28e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ public ServerRegistry() {

this.servers.add(
new ServerConfigurationImpl(
List.of("cafestu.be", "cafestube.eu"),
List.of("has won the game!", "hat das Spiel gewonnen!"),
List.of("cafestu.be"),
List.of("has won the game", "hat das Spiel gewonnen", "har vunnet spillet", "gagné le jeu"),
List.of("●")
)
);
Expand Down

0 comments on commit e86a28e

Please sign in to comment.