From c7d9045ebf4e9301d47971500c626548886a4ee0 Mon Sep 17 00:00:00 2001 From: VegaZ Date: Sun, 4 Apr 2021 00:33:26 +0200 Subject: [PATCH] Bus Test 1 --- ReallifeGamemode.Server/Job/BusDriverJob.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Job/BusDriverJob.cs b/ReallifeGamemode.Server/Job/BusDriverJob.cs index e920bc2e..82149c21 100644 --- a/ReallifeGamemode.Server/Job/BusDriverJob.cs +++ b/ReallifeGamemode.Server/Job/BusDriverJob.cs @@ -620,7 +620,7 @@ namespace ReallifeGamemode.Server.Job } } }*/ - }, delayTime: 30000); + }, delayTime: 10000); } } }