mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-08-29 05:21:10 +00:00
Update GlobalHandler.cpp
This commit is contained in:
@@ -198,6 +198,10 @@ void ParserAsync(std::string_view Data) {
|
|||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
if (Data.length() > 1 && Data[0] == 't') {
|
||||||
|
debug("omg?");
|
||||||
|
debug(Data.data());
|
||||||
|
}
|
||||||
GameSend(Data);
|
GameSend(Data);
|
||||||
}
|
}
|
||||||
void ServerParser(std::string_view Data) {
|
void ServerParser(std::string_view Data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user