mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
idk bbruh
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
|
||||
#include "reboot.h"
|
||||
|
||||
void APlayerController::ServerChangeName(FString& S)
|
||||
void APlayerController::ServerChangeName(const FString& S)
|
||||
{
|
||||
static auto ServerChangeNameFn = FindObject<UFunction>(L"/Script/Engine.PlayerController.ServerChangeName");
|
||||
this->ProcessEvent(ServerChangeNameFn, &S);
|
||||
this->ProcessEvent(ServerChangeNameFn, (FString*)&S);
|
||||
}
|
||||
|
||||
void APlayerController::SetPlayerIsWaiting(bool NewValue)
|
||||
|
||||
Reference in New Issue
Block a user