Fixed damn empty line with no use
This commit is contained in:
parent
7903ee485e
commit
5695649bb9
@ -32,7 +32,3 @@ void cRabbit::GetDrops(cItems & a_Drops, cEntity * a_Killer)
|
|||||||
AddRandomRareDropItem(a_Drops, RareDrops, LootingLevel);
|
AddRandomRareDropItem(a_Drops, RareDrops, LootingLevel);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -21,4 +21,4 @@ public:
|
|||||||
|
|
||||||
virtual const cItem GetFollowedItem(void) const override { return cItem(E_ITEM_CARROT); }
|
virtual const cItem GetFollowedItem(void) const override { return cItem(E_ITEM_CARROT); }
|
||||||
|
|
||||||
} ;
|
} ;
|
||||||
|
Loading…
Reference in New Issue
Block a user