mirror of
https://github.com/ApfelTeeSaft/Project-Reboot-3.0.git
synced 2026-08-26 19:33:24 +00:00
remove s18+ storm effect, fix teams on all versions, fix a crash, fix 1.11 restarting
9 lines
204 B
C++
9 lines
204 B
C++
#include "GameMode.h"
|
|
|
|
#include "reboot.h"
|
|
|
|
void AGameMode::RestartGame()
|
|
{
|
|
static auto RestartGameFn = FindObject<UFunction>("/Script/Engine.GameMode.RestartGame");
|
|
this->ProcessEvent(RestartGameFn);
|
|
} |