idk bbruh

This commit is contained in:
Gray
2024-03-19 16:13:37 -04:00
parent 0a9191b854
commit 1ffacdd332
8 changed files with 185 additions and 58 deletions

View File

@@ -28,6 +28,7 @@
#include "Fonts/ruda-bold.h"
#include "Vector.h"
#include "reboot.h"
#include "botnames.h"
#include "FortGameModeAthena.h"
#include "UnrealString.h"
#include "KismetTextLibrary.h"
@@ -119,6 +120,8 @@ static inline bool HasAnyCalendarModification()
static inline void Restart() // todo move?
{
InitBotNames();
FString LevelA = Engine_Version < 424
? L"open Athena_Terrain" : Engine_Version >= 500 ? Engine_Version >= 501
? L"open Asteria_Terrain"