mirror of
https://github.com/ApfelTeeSaft/UniversalSlashingSimulator.git
synced 2026-08-26 19:33:39 +00:00
Note
This commit is contained in:
@@ -394,6 +394,8 @@ namespace USS
|
||||
static FString(*GetEngineVersion)() = decltype(GetEngineVersion)(CLAddr);
|
||||
|
||||
FString EngineVersion = GetEngineVersion();
|
||||
|
||||
// @timmie NOTE: ToString looked fine to me but the issue is it's going to crash the game for an second
|
||||
std::string EngineVer = EngineVersion.ToString();
|
||||
|
||||
size_t DashPos = EngineVer.find("-");
|
||||
|
||||
Reference in New Issue
Block a user