mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
a bit of stuff
fixed 11.00, maybe fixed random 19.10 crash, fixed dying crashing on >S7, moved getplaylisttouse to gamemodeathena.cpp so now it automatically applies event playlist
This commit is contained in:
@@ -35,8 +35,10 @@ enum ENetMode
|
||||
NM_MAX,
|
||||
};
|
||||
|
||||
static ENetMode GetNetModeHook() { /* std::cout << "AA!\n"; */ return ENetMode::NM_DedicatedServer; }
|
||||
static ENetMode GetNetModeHook2() { /* std::cout << "AA!\n"; */ return ENetMode::NM_DedicatedServer; }
|
||||
constexpr ENetMode NetMode = ENetMode::NM_DedicatedServer;
|
||||
|
||||
static ENetMode GetNetModeHook() { return NetMode; }
|
||||
static ENetMode GetNetModeHook2() { return NetMode; }
|
||||
|
||||
static bool ReturnTrueHook() { return true; }
|
||||
static float GetMaxTickRateHook() { return 30.f; }
|
||||
@@ -467,7 +469,6 @@ DWORD WINAPI Main(LPVOID)
|
||||
GameMode->Get<float>("WarmupEarlyCountdownDuration") = 0;
|
||||
}
|
||||
|
||||
|
||||
else if (GetAsyncKeyState(VK_F9) & 1)
|
||||
{
|
||||
Globals::bLogProcessEvent = !Globals::bLogProcessEvent;
|
||||
|
||||
Reference in New Issue
Block a user