Arisotura pls clean up after yourself

This commit is contained in:
Arisotura
2023-03-11 21:24:52 +01:00
parent 6fed0f8d75
commit dfeebb28c4
7 changed files with 0 additions and 705 deletions

View File

@ -150,12 +150,8 @@ u64 RXTimestamp;
bool Init()
{
//MPInited = false;
//LANInited = false;
Platform::MP_Init();
MPInited = true;
Platform::LAN_Init();
LANInited = true;
@ -166,8 +162,6 @@ bool Init()
void DeInit()
{
if (MPInited)
Platform::MP_DeInit();
if (LANInited)
Platform::LAN_DeInit();