From 1b2454c3fec4f1efd32b3ce289520961ed9dd0f7 Mon Sep 17 00:00:00 2001 From: fdai7103 Date: Wed, 8 Feb 2023 19:32:19 +0100 Subject: [PATCH] =?UTF-8?q?Wartezeit=20verk=C3=BCrzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Paper-Bin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Paper-Bin.c b/src/Paper-Bin.c index 5a2e28a..130a229 100644 --- a/src/Paper-Bin.c +++ b/src/Paper-Bin.c @@ -194,7 +194,7 @@ void sortScoreboard() for (int j = 0; j < numberOfLines; j++) { printf("%d. %s %s %d\n", j + 1, (j < 9) ? " " : " ", playerlist[j].Name, playerlist[j].Points); - sleep(1000); + sleep(500); }