mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
idek
remove s18+ storm effect, fix teams on all versions, fix a crash, fix 1.11 restarting
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
|
||||
void AGameMode::RestartGame()
|
||||
{
|
||||
static auto fn = FindObject<UFunction>("/Script/Engine.GameMode.RestartGame");
|
||||
this->ProcessEvent(fn);
|
||||
static auto RestartGameFn = FindObject<UFunction>("/Script/Engine.GameMode.RestartGame");
|
||||
this->ProcessEvent(RestartGameFn);
|
||||
}
|
||||
Reference in New Issue
Block a user