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();
|
||||
extern bool Dev;
|
||||
extern int ping;
|
||||
void CoreNetwork();
|
||||
|
||||
[[noreturn]] void CoreNetwork();
|
||||
extern int ClientID;
|
||||
extern int LastPort;
|
||||
extern bool ModLoaded;
|
||||
|
@ -240,8 +240,8 @@ int Handle(EXCEPTION_POINTERS *ep){
|
||||
}
|
||||
|
||||
|
||||
void CoreNetwork(){
|
||||
while(TraceBack >= 4){
|
||||
[[noreturn]] void CoreNetwork(){
|
||||
while(true) {
|
||||
#ifndef __MINGW32__
|
||||
__try{
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user