remove "serverexile" feature
This commit is contained in:
parent
c19b75eec0
commit
d214a99cf1
@ -1,5 +1,10 @@
|
||||
class MskGs_Endless extends KFGameInfo_Endless;
|
||||
|
||||
simulated function ExileServerUsingKickBan()
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
function UpdateGameSettings()
|
||||
{
|
||||
local name SessionName;
|
||||
@ -63,6 +68,7 @@ function UpdateGameSettings()
|
||||
KFGameSettings.bCustom = False;
|
||||
KFGameSettings.bUsesStats = !IsUnrankedGame();
|
||||
KFGameSettings.NumSpectators = NumSpectators;
|
||||
KFGameSettings.bServerExiled = false;
|
||||
if(MyKFGRI != none)
|
||||
{
|
||||
MyKFGRI.bCustom = False;
|
||||
|
@ -1,5 +1,10 @@
|
||||
class MskGs_Objective extends KFGameInfo_Objective;
|
||||
|
||||
simulated function ExileServerUsingKickBan()
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
function UpdateGameSettings()
|
||||
{
|
||||
local name SessionName;
|
||||
|
@ -1,5 +1,10 @@
|
||||
class MskGs_Survival extends KFGameInfo_Survival;
|
||||
|
||||
simulated function ExileServerUsingKickBan()
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
function UpdateGameSettings()
|
||||
{
|
||||
local name SessionName;
|
||||
|
@ -1,5 +1,10 @@
|
||||
class MskGs_VersusSurvival extends KFGameInfo_VersusSurvival;
|
||||
|
||||
simulated function ExileServerUsingKickBan()
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
function UpdateGameSettings()
|
||||
{
|
||||
local name SessionName;
|
||||
|
@ -1,5 +1,10 @@
|
||||
class MskGs_WeeklySurvival extends KFGameInfo_WeeklySurvival;
|
||||
|
||||
simulated function ExileServerUsingKickBan()
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
function UpdateGameSettings()
|
||||
{
|
||||
local name SessionName;
|
||||
|
Loading…
Reference in New Issue
Block a user