Revert bogus commits only intended for inclusion in official plugin repo

master
Liza 2022-11-30 12:12:39 +01:00
parent 1d99adf2b1
commit 7b3d547db5
Signed by: liza
GPG Key ID: 7199F8D727D55F67
3 changed files with 2 additions and 16 deletions

View File

@ -3,7 +3,7 @@
<PropertyGroup>
<Authors></Authors>
<Company></Company>
<Version>5.1</Version>
<Version>5.2</Version>
<Description>Slice is Right.</Description>
<Copyright></Copyright>
<PackageProjectUrl>https://github.com/carvelli/Slice-Is-Right</PackageProjectUrl>
@ -20,7 +20,6 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>dist</OutputPath>
<GenerateDependencyFile>false</GenerateDependencyFile>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>
<PropertyGroup>

View File

@ -100,7 +100,7 @@ namespace SliceIsRight
if (objectsAndSpawnTime.TryGetValue(obj.ObjectId, out DateTime spawnTime))
{
if (spawnTime.AddSeconds(7) > DateTime.Now)
if (spawnTime.AddSeconds(5) > DateTime.Now)
return;
}
else

View File

@ -1,13 +0,0 @@
{
"version": 1,
"dependencies": {
"net6.0-windows7.0": {
"DalamudPackager": {
"type": "Direct",
"requested": "[2.1.8, )",
"resolved": "2.1.8",
"contentHash": "YqagNXs9InxmqkXzq7kLveImxnodkBEicAhydMXVp7dFjC7xb76U6zGgAax4/BWIWfZeWzr5DJyQSev31kj81A=="
}
}
}
}