mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +00:00
Use of std::move and added DEBUG ifdef
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
class TVehicleData final {
|
||||
public:
|
||||
TVehicleData(int ID, const std::string& Data);
|
||||
TVehicleData(int ID, std::string Data);
|
||||
~TVehicleData();
|
||||
|
||||
[[nodiscard]] bool IsInvalid() const { return mID == -1; }
|
||||
|
||||
Reference in New Issue
Block a user