mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-05 17:39:39 -04:00
Make Lua GC call nullsafe
This commit is contained in:
parent
0c218ed52b
commit
48284c574d
@ -271,7 +271,7 @@ namespace Observatory.Explorer
|
||||
|
||||
private void LuaGC()
|
||||
{
|
||||
LuaState.DoString("collectgarbage()");
|
||||
LuaState?.DoString("collectgarbage()");
|
||||
}
|
||||
|
||||
internal class Parent
|
||||
|
Loading…
x
Reference in New Issue
Block a user