mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Improved API for dependency injection
This commit is contained in:
@@ -112,7 +112,7 @@ public final class ConnectedLayer extends Layer {
|
||||
new EventFlow()
|
||||
.addPostEvent(
|
||||
NetworkEvents.StartClient.class,
|
||||
TournamentNetworkingClient.class,
|
||||
new TournamentNetworkingClient(),
|
||||
information.serverIP(),
|
||||
Integer.parseInt(information.serverPort()))
|
||||
.onResponse(
|
||||
|
||||
Reference in New Issue
Block a user