Referencing a global that was optimized out, caused a crash.
```
integer DEBUG = 1;
default
{
state_entry()
{
if (DEBUG) llOwnerSay("DEBUG");
}
}
```
21 KiB
21 KiB