mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 02:30:54 +00:00
debug log if vehicle gets destroyed
This commit is contained in:
committed by
Anonymous275
parent
df3269756c
commit
d481fcd3a7
@@ -5,6 +5,7 @@
|
||||
class TVehicleData final {
|
||||
public:
|
||||
TVehicleData(int ID, const std::string& Data);
|
||||
~TVehicleData();
|
||||
|
||||
bool IsInvalid() const { return _ID == -1; }
|
||||
int ID() const { return _ID; }
|
||||
|
||||
Reference in New Issue
Block a user