mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-02 10:33:46 +00:00
feat(core): allow to debug KickPlayer() (#1549)
This commit is contained in:
@@ -88,7 +88,7 @@ class WorldSocket : public WorldHandler
|
||||
bool IsClosed (void) const;
|
||||
|
||||
/// Close the socket.
|
||||
void CloseSocket (void);
|
||||
void CloseSocket(std::string const& reason);
|
||||
|
||||
/// Get address of connected peer.
|
||||
const std::string& GetRemoteAddress (void) const;
|
||||
|
||||
Reference in New Issue
Block a user