ak86 / Milk-Mod-Economy

http://www.loverslab.com/files/file/1382-milk-mod-economy/
2 stars 0 forks source link

bugfix: do not use uninitialized variable 'MME.MilkMaid.Name' #19

Closed ghost closed 8 years ago

ghost commented 8 years ago

The variable MME.MilkMaid.Name is used once but never assigned anything. Avoid variable and use <actor>.GetLeveledActorBase().GetName() instead.