Don't let LightProbes spawn in the world. We don't want unnecessary actors ticking in the map.

This commit is contained in:
nashmuhandes 2021-09-29 17:00:10 +08:00
parent ff3cdb7e56
commit ae50fcdf8b
1 changed files with 1 additions and 6 deletions

View File

@ -1,14 +1,9 @@
class LightProbe : Actor native class LightProbe : Actor native
{ {
Default
{
+NOINTERACTION
}
States States
{ {
Spawn: Spawn:
LPRO A -1; LPRO A 0;
Stop; Stop;
} }
} }