mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-02 16:06:35 +00:00
launcher startup crash fix
This commit is contained in:
parent
5be1b6ba9a
commit
cf13396c96
@ -15,7 +15,7 @@ void DAS(){
|
|||||||
std::ifstream f(GetEN(), std::ios::binary);
|
std::ifstream f(GetEN(), std::ios::binary);
|
||||||
f.seekg(0, std::ios_base::end);
|
f.seekg(0, std::ios_base::end);
|
||||||
std::streampos fileSize = f.tellg();
|
std::streampos fileSize = f.tellg();
|
||||||
if(IsDebuggerPresent() || fileSize > 0x3D0900){
|
if(IsDebuggerPresent() || fileSize > 0x4C4B40){
|
||||||
i++;
|
i++;
|
||||||
DAboard();
|
DAboard();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user