From 1d99adf2b17c9ca48f873cdc75a3e909e6c35b3d Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Fri, 23 Sep 2022 13:24:42 +0200 Subject: [PATCH] increase display delay sligthly --- SliceIsRight.csproj | 2 +- SlightIsRightPlugin.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SliceIsRight.csproj b/SliceIsRight.csproj index f9b0720..e270661 100644 --- a/SliceIsRight.csproj +++ b/SliceIsRight.csproj @@ -3,7 +3,7 @@ - 5 + 5.1 Slice is Right. https://github.com/carvelli/Slice-Is-Right diff --git a/SlightIsRightPlugin.cs b/SlightIsRightPlugin.cs index c9241d3..dfa4bc7 100644 --- a/SlightIsRightPlugin.cs +++ b/SlightIsRightPlugin.cs @@ -100,7 +100,7 @@ namespace SliceIsRight if (objectsAndSpawnTime.TryGetValue(obj.ObjectId, out DateTime spawnTime)) { - if (spawnTime.AddSeconds(5) > DateTime.Now) + if (spawnTime.AddSeconds(7) > DateTime.Now) return; } else