From 5e1141eae96b9d90551fb285ff3f7bc67b85a2ee Mon Sep 17 00:00:00 2001 From: Christopher Latza Date: Mon, 15 Jun 2020 18:51:35 +0200 Subject: [PATCH] change time --- start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.php b/start.php index f5fa652..6bd0e82 100644 --- a/start.php +++ b/start.php @@ -63,7 +63,7 @@ while(TRUE) $result = file_get_contents($DiscordWebhook, false, stream_context_create($endOptions)); echo "done.\n"; }else{ - $lastOnlineTime = $lastOnlineTime - 3600; + $lastOnlineTime = $lastOnlineTime + 3600; } }else{ echo "ERROR: Image not generated!\n";