From 7b3d547db54d8e408060cd26ce999ea9b2d13755 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Wed, 30 Nov 2022 12:12:39 +0100 Subject: [PATCH] Revert bogus commits only intended for inclusion in official plugin repo --- SliceIsRight.csproj | 3 +-- SlightIsRightPlugin.cs | 2 +- packages.lock.json | 13 ------------- 3 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 packages.lock.json diff --git a/SliceIsRight.csproj b/SliceIsRight.csproj index e270661..37c4d12 100644 --- a/SliceIsRight.csproj +++ b/SliceIsRight.csproj @@ -3,7 +3,7 @@ - 5.1 + 5.2 Slice is Right. https://github.com/carvelli/Slice-Is-Right @@ -20,7 +20,6 @@ false dist false - true diff --git a/SlightIsRightPlugin.cs b/SlightIsRightPlugin.cs index dfa4bc7..c9241d3 100644 --- a/SlightIsRightPlugin.cs +++ b/SlightIsRightPlugin.cs @@ -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 diff --git a/packages.lock.json b/packages.lock.json deleted file mode 100644 index 9628a11..0000000 --- a/packages.lock.json +++ /dev/null @@ -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==" - } - } - } -} \ No newline at end of file