[Bug Fix] Fix possible issue where variables have the same name. (#2156)

* [Bug Fix] Fix possible issue where variables have the same name.

* Naming.
This commit is contained in:
Kinglykrab
2022-05-08 01:43:28 -04:00
committed by GitHub
parent fd7b15abb1
commit 9d784d0d9b
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ class ServerPacket;
class ZoneServer : public WorldTCPConnection {
public:
ZoneServer(std::shared_ptr<EQ::Net::ServertalkServerConnection> connection, EQ::Net::ConsoleServer *console);
ZoneServer(std::shared_ptr<EQ::Net::ServertalkServerConnection> in_connection, EQ::Net::ConsoleServer *in_console);
~ZoneServer();
virtual inline bool IsZoneServer() { return true; }