From 2dd274cc4056827f7470e279a02fb94af8e9696d Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Wed, 29 Sep 2021 14:31:23 +0200 Subject: [PATCH] Update release info --- SliceIsRight.csproj | 2 +- SliceIsRight.json | 7 ++++--- SlightIsRightPlugin.cs | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/SliceIsRight.csproj b/SliceIsRight.csproj index fa9f692..c65d2cd 100644 --- a/SliceIsRight.csproj +++ b/SliceIsRight.csproj @@ -3,7 +3,7 @@ - 1.0.0.0 + 1.1.0.0 Slice is Right. https://github.com/carvelli/SliceIsRight diff --git a/SliceIsRight.json b/SliceIsRight.json index 56aa5d5..0ed8519 100644 --- a/SliceIsRight.json +++ b/SliceIsRight.json @@ -1,12 +1,13 @@ { "Author": "Liza Carvelli", - "Name": "Bamboo Chopper", + "Name": "Slice is Right", "Punchline": "Shows where Bamboo falls.", "Description": "Shows where Bamboo falls.", - "InternalName": "chopbamboo", + "InternalName": "SliceIsRight", "DalamudApiLevel": 4, "Tags": [ "gold saucer", "yojimbo" - ] + ], + "RepoUrl": "https://github.com/carvelli/Slice-Is-Right" } diff --git a/SlightIsRightPlugin.cs b/SlightIsRightPlugin.cs index 49d18b6..b6922d9 100644 --- a/SlightIsRightPlugin.cs +++ b/SlightIsRightPlugin.cs @@ -85,7 +85,7 @@ namespace SliceIsRight else if (ClientState.LocalPlayer?.ObjectId == obj.ObjectId) { // local player - DebugObject(index, obj, model); + //DebugObject(index, obj, model); //RenderObject(index, obj, 2010779); } }