fix: client side function

This commit is contained in:
GenZmeY 2020-09-07 14:49:46 +03:00
parent dfc89b288b
commit 145c3b611e

View File

@ -110,7 +110,7 @@ var localized string StatAllDmg;
var localized string StatHeadDamage; var localized string StatHeadDamage;
var localized string StatHealRecharge; var localized string StatHealRecharge;
function string UIName(FDefPerkStat DefPerkStat) reliable client simulated function string UIName(FDefPerkStat DefPerkStat)
{ {
switch( DefPerkStat.StatType ) switch( DefPerkStat.StatType )
{ {