How could I disable this?
Code:MBMatchServer::AddClanServerSwitchDownSchedule
How could I disable this?
Code:MBMatchServer::AddClanServerSwitchDownSchedule
change the first line of the function to RETN
but if the function have no parameters?
btw RET and RETN is the same?
I meant, this appears in the Matchlog.txt with a time at end...
Usually RETN is 0xC3 which dont allow you to specify the number of bytes to clean, thing that RET does.