mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-02-16 10:40:46 +00:00
add mod download warning
This commit is contained in:
@@ -13,6 +13,8 @@ void NetReset();
|
||||
extern bool Dev;
|
||||
extern int ping;
|
||||
|
||||
extern bool ModWarningConfirmed;
|
||||
|
||||
[[noreturn]] void CoreNetwork();
|
||||
extern int ProxyPort;
|
||||
extern int ClientID;
|
||||
@@ -46,3 +48,4 @@ void TCPClientMain(const std::string& IP,int Port);
|
||||
void UDPClientMain(const std::string& IP,int Port);
|
||||
void TCPGameServer(const std::string& IP, int Port);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user