fix some unix stuff

This commit is contained in:
Lion Kortlepel
2020-11-07 23:40:53 +01:00
parent a08d29a0ae
commit fe6cfd027e
3 changed files with 4 additions and 11 deletions

View File

@@ -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;
}
}