mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2024-11-25 04:39:43 +01:00
fixing server host
This commit is contained in:
parent
c525a8994c
commit
96992c5b03
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
////////////////////////////////////////
|
||||
///////////////////////////////////////
|
||||
// Programming project code
|
||||
// UniBw M, 2022, 2023, 2024
|
||||
// www.unibw.de/inf2
|
||||
|
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user