fixing server host

This commit is contained in:
Luca Puderbach 2024-10-14 04:25:55 +02:00
parent c525a8994c
commit 96992c5b03
4 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,10 @@
////////////////////////////////////////
// Programming project code
// UniBw M, 2022, 2023, 2024
// www.unibw.de/inf2
// (c) Mark Minas (mark.minas@unibw.de)
////////////////////////////////////////
package pp.battleship.client;
import java.lang.System.Logger;
@ -165,4 +172,3 @@ class NetworkDialog extends SimpleDialog {
serverThread.start();
}
}

View File

@ -1,4 +1,4 @@
////////////////////////////////////////
///////////////////////////////////////
// Programming project code
// UniBw M, 2022, 2023, 2024
// www.unibw.de/inf2

View File

@ -39,3 +39,4 @@ port.must.be.integer=Port must be an integer number
map.doesnt.fit=The map doesn't fit to this game
menu.background-sound-enabled=Background music switched on
client.server-start = Start server
server.host= Self-Host Game

View File

@ -39,3 +39,4 @@ port.must.be.integer=Der Port muss eine ganze Zahl sein
map.doesnt.fit=Diese Karte passt nicht zu diesem Spiel
menu.background-sound-enabled=Hintergrundmusik eingeschaltet
client.server-start = Starte Server
server.host= Spiel selbst hosten