fix editing s8-s10

This commit is contained in:
Gray
2025-07-15 21:33:57 -04:00
parent 131e494cef
commit 51d4ec80ea
4 changed files with 13 additions and 5 deletions

View File

@@ -49,6 +49,13 @@
#include "FortServerBotManagerAthena.h"
#include "botnames.h"
/*
KNOWN VERSIONS BROKEN:
v8.30
*/
enum class EMeshNetworkNodeType : uint8_t
{
Root = 0,
@@ -822,7 +829,7 @@ DWORD WINAPI Main(LPVOID)
std::ios_base::sync_with_stdio(false);
auto MH_InitCode = MH_Initialize();
if (MH_InitCode != MH_OK)
{
LOG_ERROR(LogInit, "Failed to initialize MinHook {}!", MH_StatusToString(MH_InitCode));