mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-09 09:16:42 +00:00
fix some unix stuff
This commit is contained in:
@@ -99,7 +99,9 @@ void VehicleParser(Client*c,const std::string& Pckt){
|
||||
SendToAll(c,Packet,false,true);
|
||||
return;
|
||||
default:
|
||||
AssertNotReachable();
|
||||
#ifdef DEBUG
|
||||
warn(std::string(Sec("possibly not implemented: '") + Packet + Sec("'")));
|
||||
#endif // DEBUG
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user