From ecd6c362a274719d0704a56d60850cf6fef009c7 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sun, 10 Mar 2019 01:11:31 -0600 Subject: [PATCH] Update zonelist.h --- world/zonelist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world/zonelist.h b/world/zonelist.h index 16fce2172..947f75a2b 100644 --- a/world/zonelist.h +++ b/world/zonelist.h @@ -77,7 +77,7 @@ private: std::unique_ptr m_tick; std::unique_ptr m_keepalive; - std::list> list; + std::list> zone_server_list; }; #endif /*ZONELIST_H_*/