mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-24 00:58:21 +05:00
* Code to read servers.txt * logging (still doesnt work) * server names load properly hooray * remove logger as it only spews out nonsense anyways * Do not use _countof, use sizeof(label)/sizeof(wchar_t) or make label std::array<wchar_t, 128> and call .size() * Fix memory leak by listing info pointers * C++ style cast (i think) * this throws a RAV but why * why oh why * I just assume infos get deleted elsewhere otherwise idk why it breaks no matter what i do * they get deleted all this time ohhhhhh --------- Co-authored-by: Siepert123 <createlegacy69@gmail.com>