Temp fix for Boss Camera glitching
This commit is contained in:
parent
6da6c6757f
commit
02eca33d23
@ -605,15 +605,18 @@ simulated function CancelConnection()
|
|||||||
|
|
||||||
function NotifyLevelUp(class<KFPerk> PerkClass, byte PerkLevel);
|
function NotifyLevelUp(class<KFPerk> PerkClass, byte PerkLevel);
|
||||||
|
|
||||||
function ShowBossNameplate( KFInterface_MonsterBoss KFBoss, optional string PlayerName)
|
function SetBossCamera( KFInterface_MonsterBoss Boss );
|
||||||
{
|
|
||||||
|
function ShowBossNameplate( KFInterface_MonsterBoss KFBoss, optional string PlayerName );
|
||||||
|
/*{
|
||||||
if( !bNamePlateShown ) // Dont make multiple bosses pop this up multiple times.
|
if( !bNamePlateShown ) // Dont make multiple bosses pop this up multiple times.
|
||||||
{
|
{
|
||||||
bNamePlateShown = true;
|
bNamePlateShown = true;
|
||||||
Super.ShowBossNameplate(KFBoss,PlayerName);
|
Super.ShowBossNameplate(KFBoss,PlayerName);
|
||||||
SetTimer(8,false,'HideBossNameplate'); // MAKE sure it goes hidden.
|
SetTimer(8,false,'HideBossNameplate'); // MAKE sure it goes hidden.
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
|
|
||||||
function HideBossNameplate()
|
function HideBossNameplate()
|
||||||
{
|
{
|
||||||
if( !bNamePlateHidden )
|
if( !bNamePlateHidden )
|
||||||
|
Loading…
Reference in New Issue
Block a user