mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/GabsPuNs-MinecraftConsoles.git
synced 2026-07-13 04:18:08 +00:00
Changes
CPU SetPriority changes Add SetProcessor for WINDOWS64 Fix Sheep color (jeb_) More const to constexpr
This commit is contained in:
@@ -307,6 +307,7 @@ bool CGameNetworkManager::StartNetworkGame(Minecraft *minecraft, LPVOID lpParame
|
||||
#endif //__PS3__
|
||||
|
||||
thread->SetProcessor(CPU_CORE_SERVER);
|
||||
thread->SetPriority(THREAD_PRIORITY_BELOW_NORMAL);
|
||||
thread->Run();
|
||||
|
||||
ServerReadyWait();
|
||||
|
||||
Reference in New Issue
Block a user