This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
FelixKrull
/
CIiP-WiSe-2021-Projektarbeit-Mensch_Aerger_Dich_Nicht
Watch
2
Star
0
Fork
2
Code
Issues
Pull Requests
Projects
Releases
2
Wiki
Activity
Browse Source
Remove double sleep
develop
FelixKrull
3 years ago
parent
54b65e717e
commit
8aceb8574c
1 changed files
with
0 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
1
src/main/java/Game.java
1
src/main/java/Game.java
View File
@ -40,7 +40,6 @@ public class Game {
}
TimeUnit
.
SECONDS
.
sleep
(
1L
)
;
clearScreen
(
)
;
TimeUnit
.
SECONDS
.
sleep
(
1L
)
;
}
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
FelixKrull/CIiP-WiSe-2021-Projektarbeit-Mensch_Aerger_Dich_Nicht
Title
Body
Create Issue