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

@@ -55,7 +55,7 @@ public:
)
{
SetNetDormancy((ENetDormancy)(2 - (NewEditingPlayer != 0)));
this->ForceNetUpdate();
// they do something here
GetEditingPlayer() = NewEditingPlayer;
}
}