increase display delay sligthly
This commit is contained in:
parent
0174149ea5
commit
1d99adf2b1
@ -3,7 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Authors></Authors>
|
<Authors></Authors>
|
||||||
<Company></Company>
|
<Company></Company>
|
||||||
<Version>5</Version>
|
<Version>5.1</Version>
|
||||||
<Description>Slice is Right.</Description>
|
<Description>Slice is Right.</Description>
|
||||||
<Copyright></Copyright>
|
<Copyright></Copyright>
|
||||||
<PackageProjectUrl>https://github.com/carvelli/Slice-Is-Right</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/carvelli/Slice-Is-Right</PackageProjectUrl>
|
||||||
|
@ -100,7 +100,7 @@ namespace SliceIsRight
|
|||||||
|
|
||||||
if (objectsAndSpawnTime.TryGetValue(obj.ObjectId, out DateTime spawnTime))
|
if (objectsAndSpawnTime.TryGetValue(obj.ObjectId, out DateTime spawnTime))
|
||||||
{
|
{
|
||||||
if (spawnTime.AddSeconds(5) > DateTime.Now)
|
if (spawnTime.AddSeconds(7) > DateTime.Now)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user