From c1e9a436c48f151a9cfde6f31380d2d7765ae003 Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Sat, 9 Jul 2022 23:10:27 +0300 Subject: [PATCH] Update Helper.uc --- CTI/Classes/Helper.uc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CTI/Classes/Helper.uc b/CTI/Classes/Helper.uc index fc214dc..ec0d89a 100644 --- a/CTI/Classes/Helper.uc +++ b/CTI/Classes/Helper.uc @@ -69,8 +69,7 @@ public static simulated function PreloadWeapon(class WeapDef KFW = class (DynamicLoadObject(WeapDef.default.WeaponClassPath, class'Class')); if (KFW != None) { - // This doesn't seem to have any effect right now, - // so we're forced to use a workaround: CTI_RepInfo.ServerPreloadWeaponWorkaround() + // This doesn't seem to have any effect right now // But I still leave it for the future // in the hope that someday we can preload weapon models using this function class'KFWeapon'.static.TriggerAsyncContentLoad(KFW); @@ -80,4 +79,4 @@ public static simulated function PreloadWeapon(class WeapDef defaultproperties { -} \ No newline at end of file +}