12-23-2020, 06:15 PM
Edit file Descriptor.cpp
Find this:
if (gserver->barunsongames_flag && m_pChar->m_admin == 10)
Replace it with this:
if (/*gserver->barunsongames_flag &&*/ m_pChar->m_admin == 10) // No whoami

