mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
lategame
lategame pretty much working, work on some string stuff, some memory optimizations, summon should now work with non-bps
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
|
||||
void UCheatManager::Teleport()
|
||||
{
|
||||
static auto TeleportFn = FindObject<UFunction>("/Script/Engine.CheatManager.Teleport");
|
||||
static auto TeleportFn = FindObject<UFunction>(L"/Script/Engine.CheatManager.Teleport");
|
||||
this->ProcessEvent(TeleportFn);
|
||||
}
|
||||
|
||||
UClass* UCheatManager::StaticClass()
|
||||
{
|
||||
static auto Class = FindObject<UClass>("/Script/Engine.CheatManager");
|
||||
static auto Class = FindObject<UClass>(L"/Script/Engine.CheatManager");
|
||||
return Class;
|
||||
}
|
||||
Reference in New Issue
Block a user