mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-04 14:56:04 +00:00
possibly fix invisible car bug
This commit is contained in:
committed by
Anonymous275
parent
714d31fb45
commit
b777781c96
@@ -4,6 +4,7 @@
|
||||
TVehicleData::TVehicleData(int ID, const std::string& Data)
|
||||
: _ID(ID)
|
||||
, _Data(Data) {
|
||||
debug("vehicle " + std::to_string(_ID) + " constructed");
|
||||
}
|
||||
|
||||
TVehicleData::~TVehicleData() {
|
||||
|
||||
Reference in New Issue
Block a user