Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 415a1ec283 |
+1
-1
@@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<Authors>cultbaus</Authors>
|
||||
<Company>-</Company>
|
||||
<Version>0.0.3.13</Version>
|
||||
<Version>0.0.3.14</Version>
|
||||
<Description>This plugin manipulates flytext.</Description>
|
||||
<Copyright>-</Copyright>
|
||||
<PackageProjectUrl>https://github.com/cultbaus/CBT</PackageProjectUrl>
|
||||
|
||||
@@ -31,7 +31,7 @@ public unsafe class FlyTextArtist
|
||||
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user