Fixed Demo AOE being broken

This commit is contained in:
Forrest Keller 2017-10-22 08:59:20 -05:00
parent 38007c73fa
commit 55f1fa13c7

View File

@ -8,10 +8,10 @@ replication
{ {
// Things the server should send to the client. // Things the server should send to the client.
if ( true ) if ( true )
NukeDamageMult,bDirectHit,bCriticalHit,bProfessionalActive; NukeDamageMult,bDirectHit,bCriticalHit,bProfessionalActive,AOEMult;
} }
function float GetAoERadiusModifier() simulated function float GetAoERadiusModifier()
{ {
return AOEMult; return AOEMult;
} }