Open nwesterhausen opened 2 years ago
additional config option which ignores admin players. this supersedes the ignore and ignore regex
Azumatt — Today at 7:08 PM New way you should check admins is like this: ZNet.instance.ListContainsId(ZNet.instance.m_adminList, peer.m_rpc.GetSocket().GetHostName())
Azumatt — Today at 7:08 PM New way you should check admins is like this:
ZNet.instance.ListContainsId(ZNet.instance.m_adminList, peer.m_rpc.GetSocket().GetHostName())
peer.m_rpc.GetSocket().GetHostName() is already grabbed in ZNet patch
peer.m_rpc.GetSocket().GetHostName()
additional config option which ignores admin players. this supersedes the ignore and ignore regex
peer.m_rpc.GetSocket().GetHostName()
is already grabbed in ZNet patch