Update release info
This commit is contained in:
parent
2fdc30118b
commit
2dd274cc40
@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<Authors></Authors>
|
||||
<Company></Company>
|
||||
<Version>1.0.0.0</Version>
|
||||
<Version>1.1.0.0</Version>
|
||||
<Description>Slice is Right.</Description>
|
||||
<Copyright></Copyright>
|
||||
<PackageProjectUrl>https://github.com/carvelli/SliceIsRight</PackageProjectUrl>
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user