mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-04 14:56:24 +00:00
Vehicle ghost fix, server list fix
This commit is contained in:
@@ -261,7 +261,6 @@ void SyncResources(SOCKET Sock){
|
||||
LFS.write(File, Recv);
|
||||
LFS.close();
|
||||
}
|
||||
ZeroMemory(File,Size);
|
||||
delete[] File;
|
||||
}while(fs::file_size(a) != std::stoi(*FS) && !Terminate);
|
||||
if(!Terminate)fs::copy_file(a,Sec("BeamNG/mods")+a.substr(a.find_last_of('/')), fs::copy_options::overwrite_existing);
|
||||
|
||||
Reference in New Issue
Block a user