Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TDT4240-group23
SpaceCheckers
Commits
e4d4f025
Commit
e4d4f025
authored
Apr 22, 2021
by
Stefano Grisendi
Browse files
very small fix
parent
d29494f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
CheckersClient/core/src/com/mygdx/game/controllers/NetworkController.java
View file @
e4d4f025
...
...
@@ -24,7 +24,7 @@ public class NetworkController {
client
.
start
();
try
{
String
IP4_LAN_ADDRESS
=
"192.168.10.154"
;
//122 //"192.168.87.20";
client
.
connect
(
10000
,
IP4_LAN_ADDRESS
,
20123
,
21393
);
client
.
connect
(
10000
,
IP4_LAN_ADDRESS
,
54555
);
}
catch
(
IOException
e
)
{
e
.
printStackTrace
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment