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";