Skip to content

Commit

Permalink
Remove useless GetBlueprint call
Browse files Browse the repository at this point in the history
  • Loading branch information
speed2 authored and speed2CZ committed Nov 19, 2020
1 parent 645e257 commit 12a4533
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/aeonunits.lua
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ AShieldStructureUnit = Class(ShieldStructureUnit) {

OnShieldEnabled = function(self)
ShieldStructureUnit.OnShieldEnabled(self)
local bp = self:GetBlueprint()
if not self.Rotator then
self.Rotator = CreateRotator(self, 'Pod', 'z', nil, 0, 50, 0)
self.Trash:Add(self.Rotator)
Expand Down

0 comments on commit 12a4533

Please sign in to comment.