Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 415a1ec283 |
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Authors>cultbaus</Authors>
|
<Authors>cultbaus</Authors>
|
||||||
<Company>-</Company>
|
<Company>-</Company>
|
||||||
<Version>0.0.3.13</Version>
|
<Version>0.0.3.14</Version>
|
||||||
<Description>This plugin manipulates flytext.</Description>
|
<Description>This plugin manipulates flytext.</Description>
|
||||||
<Copyright>-</Copyright>
|
<Copyright>-</Copyright>
|
||||||
<PackageProjectUrl>https://github.com/cultbaus/CBT</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/cultbaus/CBT</PackageProjectUrl>
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ public unsafe class FlyTextArtist
|
|||||||
|
|
||||||
flyTextEvents.ForEach(e =>
|
flyTextEvents.ForEach(e =>
|
||||||
{
|
{
|
||||||
if (e.Kind != FlyTextKind.None)
|
if (e.Kind != FlyTextKind.None && e.Target != null)
|
||||||
{
|
{
|
||||||
var qt = Service.Tree.GetQuadTree(e.Target->GetGameObjectId().ObjectId);
|
var qt = Service.Tree.GetQuadTree(e.Target->GetGameObjectId().ObjectId);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user