mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 23:46:59 +00:00
Minor edit
This commit is contained in:
parent
6c673e78e5
commit
1ad8e0b8e5
@ -12,7 +12,8 @@
|
|||||||
void NetReset();
|
void NetReset();
|
||||||
extern bool Dev;
|
extern bool Dev;
|
||||||
extern int ping;
|
extern int ping;
|
||||||
void CoreNetwork();
|
|
||||||
|
[[noreturn]] void CoreNetwork();
|
||||||
extern int ClientID;
|
extern int ClientID;
|
||||||
extern int LastPort;
|
extern int LastPort;
|
||||||
extern bool ModLoaded;
|
extern bool ModLoaded;
|
||||||
|
@ -240,8 +240,8 @@ int Handle(EXCEPTION_POINTERS *ep){
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void CoreNetwork(){
|
[[noreturn]] void CoreNetwork(){
|
||||||
while(TraceBack >= 4){
|
while(true) {
|
||||||
#ifndef __MINGW32__
|
#ifndef __MINGW32__
|
||||||
__try{
|
__try{
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user