Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
soldier.mh.2001
project-team-28
Commits
66ad5b3d
Commit
66ad5b3d
authored
Jul 19, 2021
by
alirf2077
Browse files
scoree
parent
038c7339
Changes
2
Hide whitespace changes
Inline
Side-by-side
client/src/main/java/org/view/ScoreboardView.java
View file @
66ad5b3d
...
...
@@ -164,9 +164,6 @@ public class ScoreboardView extends Application {
public
void
refresh
(){
setUpScoreboard
();
for
(
Label
label
:
labels
)
{
label
.
setText
(
"ay baba"
);
}
System
.
out
.
println
(
"hmmmm"
);
}
}
server/src/main/java/org/MainServer.java
View file @
66ad5b3d
...
...
@@ -89,6 +89,7 @@ public class MainServer {
String
input
=
dataInputStream
.
readUTF
();
Object
result
=
process
(
input
);
if
(
result
==
null
)
break
;
objectOutputStream
.
reset
();
objectOutputStream
.
writeObject
(
result
);
objectOutputStream
.
flush
();
}
...
...
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