fix ch2+ editing bug

entire reboot cord wanted this
This commit is contained in:
ralz
2024-12-24 12:17:13 -05:00
parent bb8dcad941
commit 5de4b40e86
3 changed files with 18 additions and 59 deletions

View File

@@ -24,14 +24,5 @@ public:
void OnRep_EditActor();
void SetEditActor(ABuildingSMActor* EditActor)
{
// if (HasAuthority())
{
GetEditActor() = EditActor;
originalOnRep_EditActor(this);
}
}
static UClass* StaticClass();
};