Fix client lua error

This commit is contained in:
Tixx 2024-08-11 22:06:15 +02:00
parent ac2db7c73f
commit deed24f6e8

View File

@ -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))) {