mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +00:00
Vehicle ghost fix, player list fix
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
#include <arpa/inet.h>
|
||||
#define SOCKET int
|
||||
#endif
|
||||
#include "Buffer.h"
|
||||
#include "CustomAssert.h"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
@@ -55,7 +54,6 @@ public:
|
||||
int GetCarCount();
|
||||
void ClearCars();
|
||||
int GetStatus();
|
||||
Buffer Handler;
|
||||
int GetID();
|
||||
};
|
||||
struct ClientInterface{
|
||||
|
||||
Reference in New Issue
Block a user