781
mAAp Project / Re: rummage v7 bug
« on: Saturday, February 04, 2012, 18:08:41 PM »
Fair enough
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

+1 for seperate installs for map testing amirite
good thing maap has a fully funded, fully staffed team with large office space for their mac laptops and energy drink vending machines.
//agp [cmb] Only servers that start as LAN servers, DEV servers, and Official are allowed to choose their auth state [4/22/2004]
function bool IsRequireAuthorization()
{
if(Level.IsLANOnlyServer() || Level.IsDevMode() || Level.IsOfficialServer())
{
return bRequireAuthorization;
}
else
{
bRequireAuthorization = true; //agp [cmb] Make sure that the server can only choose it's Auth state if it STARTED as DEV or Official [7/30/2004]
return true;
}
}
function DisableQualification()
{
bDisableQualification=true;
}