mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-09 09:16:42 +00:00
remove some unused variables
remove unused variable remove unused variable
This commit is contained in:
@@ -201,7 +201,6 @@ void GlobalParser(Client* c, const std::string& Pack) {
|
||||
return;
|
||||
std::any Res;
|
||||
std::string Packet = Pack.substr(0, strlen(Pack.c_str()));
|
||||
std::string pct;
|
||||
char Code = Packet.at(0);
|
||||
|
||||
//V to Z
|
||||
|
||||
Reference in New Issue
Block a user