Semi-working Lua scripts
This commit is contained in:
committed by
Maplewheels
parent
295c365a8f
commit
3d51abc56b
@@ -348,6 +348,7 @@ public class EventService : IEventService, IEventAssemblyContextUnloading
|
||||
_subscriptions.Clear();
|
||||
_luaSubscriptionFactories.Clear();
|
||||
_eventTypeNameAliases.Clear();
|
||||
_luaLegacySubscriptionFactories.Clear();
|
||||
GC.SuppressFinalize(this);
|
||||
}
|
||||
|
||||
@@ -357,6 +358,7 @@ public class EventService : IEventService, IEventAssemblyContextUnloading
|
||||
_subscriptions.Clear();
|
||||
_luaSubscriptionFactories.Clear();
|
||||
_eventTypeNameAliases.Clear();
|
||||
_luaLegacySubscriptionFactories.Clear();
|
||||
return FluentResults.Result.Ok();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user