Update release info
This commit is contained in:
parent
2fdc30118b
commit
2dd274cc40
@ -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>
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user