mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-03 06:16:15 +00:00
Fix client lua error
This commit is contained in:
@@ -117,6 +117,7 @@ void Parse(std::string Data, SOCKET CSocket) {
|
||||
break;
|
||||
case 'C':
|
||||
StartSync(Data);
|
||||
Data.clear();
|
||||
break;
|
||||
case 'O': // open default browser with URL
|
||||
if (IsAllowedLink(Data.substr(1))) {
|
||||
|
||||
Reference in New Issue
Block a user