increase display delay sligthly

master v5.1
Liza 2022-09-23 13:24:42 +02:00
parent 0174149ea5
commit 1d99adf2b1
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<PropertyGroup>
<Authors></Authors>
<Company></Company>
<Version>5</Version>
<Version>5.1</Version>
<Description>Slice is Right.</Description>
<Copyright></Copyright>
<PackageProjectUrl>https://github.com/carvelli/Slice-Is-Right</PackageProjectUrl>

View File

@ -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