mirror of
https://github.com/DrPerkyLegit/LCEServerTest.git
synced 2026-05-30 15:34:32 +00:00
subs for profiler setup, remove discovery code
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include "Utils/Logger.h"
|
||||
#include "../Minecraft.Client/Windows64/Windows64_Minecraft.h"
|
||||
|
||||
void enableProfiler(std::wstring password, int port);
|
||||
|
||||
int main() {
|
||||
//make things resolve correctly, taken from source and moved
|
||||
@@ -16,6 +17,11 @@ int main() {
|
||||
//HANDLE hConsole = GetStdHandle(STD_OUTPUT_HANDLE);
|
||||
//SetConsoleMode(hConsole, ENABLE_VIRTUAL_TERMINAL_PROCESSING); //todo: find out why this breaks \n in printf calls
|
||||
|
||||
Windows64Minecraft::StartDedicatedServer();
|
||||
Windows64Minecraft::StartDedicatedServer(enableProfiler);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void enableProfiler(std::wstring password, int port) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user