mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
hopefully fix compile error & fix pausesafezone?
This commit is contained in:
@@ -23,7 +23,7 @@ struct FBarrierTeamState // Idk if this actually changes
|
||||
{
|
||||
static UStruct* GetStruct()
|
||||
{
|
||||
static auto Struct = FindObject<UStruct>("/Script/FortniteGame.BarrierTeamState");
|
||||
static auto Struct = FindObject<UStruct>(L"/Script/FortniteGame.BarrierTeamState");
|
||||
return Struct;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user