Update release info

master
Liza 2021-09-29 14:31:23 +02:00
parent 2fdc30118b
commit 2dd274cc40
3 changed files with 6 additions and 5 deletions

View File

@ -3,7 +3,7 @@
<PropertyGroup> <PropertyGroup>
<Authors></Authors> <Authors></Authors>
<Company></Company> <Company></Company>
<Version>1.0.0.0</Version> <Version>1.1.0.0</Version>
<Description>Slice is Right.</Description> <Description>Slice is Right.</Description>
<Copyright></Copyright> <Copyright></Copyright>
<PackageProjectUrl>https://github.com/carvelli/SliceIsRight</PackageProjectUrl> <PackageProjectUrl>https://github.com/carvelli/SliceIsRight</PackageProjectUrl>

View File

@ -1,12 +1,13 @@
{ {
"Author": "Liza Carvelli", "Author": "Liza Carvelli",
"Name": "Bamboo Chopper", "Name": "Slice is Right",
"Punchline": "Shows where Bamboo falls.", "Punchline": "Shows where Bamboo falls.",
"Description": "Shows where Bamboo falls.", "Description": "Shows where Bamboo falls.",
"InternalName": "chopbamboo", "InternalName": "SliceIsRight",
"DalamudApiLevel": 4, "DalamudApiLevel": 4,
"Tags": [ "Tags": [
"gold saucer", "gold saucer",
"yojimbo" "yojimbo"
] ],
"RepoUrl": "https://github.com/carvelli/Slice-Is-Right"
} }

View File

@ -85,7 +85,7 @@ namespace SliceIsRight
else if (ClientState.LocalPlayer?.ObjectId == obj.ObjectId) else if (ClientState.LocalPlayer?.ObjectId == obj.ObjectId)
{ {
// local player // local player
DebugObject(index, obj, model); //DebugObject(index, obj, model);
//RenderObject(index, obj, 2010779); //RenderObject(index, obj, 2010779);
} }
} }