increase display delay sligthly
This commit is contained in:
parent
0174149ea5
commit
1d99adf2b1
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user