Misc cleanup

This commit is contained in:
brainiac
2025-12-28 02:26:16 -08:00
parent 72fa8cf845
commit 70558cb2ff
5 changed files with 38 additions and 36 deletions
+1 -1
View File
@@ -44,6 +44,6 @@ public:
private:
inline std::string GetIP() const { return (connection && connection->Handle()) ? connection->Handle()->RemoteIP() : 0; }
std::shared_ptr<EQ::Net::ServertalkServerConnection> connection;
std::shared_ptr<EQ::Net::ServertalkServerConnection> connection;
};