make sc ommand work on game server also

This commit is contained in:
Martin Michelsen
2022-05-22 10:50:50 -07:00
parent 37a7faf007
commit a50500a67d
9 changed files with 74 additions and 26 deletions
+2
View File
@@ -29,6 +29,8 @@ public:
void connect_client(struct bufferevent* bev, uint32_t address, uint16_t port,
GameVersion version, ServerBehavior initial_state);
std::shared_ptr<Client> get_client() const;
private:
PrefixedLogger log;
std::shared_ptr<struct event_base> base;