forked from jaildesigner-jailgames/jaildoctors_dilemma
Ya gestiona correctamente los datos online para diferentes usuarios
This commit is contained in:
@@ -62,12 +62,9 @@ private:
|
||||
// Vuelca los datos del buffer en la lista de estadisticas
|
||||
void updateListFromBuffer();
|
||||
|
||||
// Limpia los datos del servidor
|
||||
void eraseServerData();
|
||||
|
||||
public:
|
||||
// Constructor
|
||||
Stats(std::string file, std::string buffer, options_t *options);
|
||||
Stats(std::string file, std::string buffer, options_t *options, Online *online);
|
||||
|
||||
// Destructor
|
||||
~Stats();
|
||||
|
||||
Reference in New Issue
Block a user