diff --git a/sources/Memory/MemoryAPI.uc b/sources/Memory/MemoryAPI.uc index 341f651..03a09f5 100644 --- a/sources/Memory/MemoryAPI.uc +++ b/sources/Memory/MemoryAPI.uc @@ -90,7 +90,7 @@ public final function Object Allocate( // If pools did not work - spawn / create object through regular methods if (allocatedObject == none) { - actorClassToAllocate = class(classToAllocate); + actorClassToAllocate = class(classToAllocate); if (actorClassToAllocate != none) { allocatedObject = class'CoreService'.static