mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 07:38:36 +00:00
[Bug Fix] Fixes to zone idle while empty changes. (#4006)
This commit is contained in:
@@ -3259,13 +3259,3 @@ void Zone::SetSecondsBeforeIdle(uint32 seconds_before_idle)
|
||||
{
|
||||
Zone::m_seconds_before_idle = seconds_before_idle;
|
||||
}
|
||||
|
||||
bool Zone::IsIdle() const
|
||||
{
|
||||
return m_is_idle;
|
||||
}
|
||||
|
||||
void Zone::SetIsIdle(bool m_is_idle)
|
||||
{
|
||||
Zone::m_is_idle = m_is_idle;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user