Zode / AFBase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redundant precaching for weapon_entmover

incognico opened this issue · comments

commented

In AFBaseExpansions/AF2Entity.as weapon_entmover is registered as custom entity which does precaching itself. There are some redundant (leftover) precaching calls around g_Game.PrecacheOther("weapon_entmover"); in MapInit()