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