From c9079671260d1100c666c13aec46e25ec66b6984 Mon Sep 17 00:00:00 2001 From: Benjamin Feyer Date: Sun, 13 Oct 2024 14:19:31 +0200 Subject: [PATCH] adjusted the clientprperties, so it is not started in singleplayer --- Projekte/battleship/client/client.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projekte/battleship/client/client.properties b/Projekte/battleship/client/client.properties index 89d59df4..be468a3d 100644 --- a/Projekte/battleship/client/client.properties +++ b/Projekte/battleship/client/client.properties @@ -9,7 +9,7 @@ # # Specifies the map used by the opponent in single mode. # Single mode is activated if this property is set. -map.opponent=maps/map2.json +#git map.opponent=maps/map2.json # # Specifies the map used by the player in single mode. # The player must define their own map if this property is not set.