From 37cf129165916101ba665891d157c85ea9c37383 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 2 Aug 2017 10:23:13 -0400 Subject: The first loot! --- ShiftOS.Objects/Hacking/Loot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS.Objects/Hacking') diff --git a/ShiftOS.Objects/Hacking/Loot.cs b/ShiftOS.Objects/Hacking/Loot.cs index 47c91e4..f46487d 100644 --- a/ShiftOS.Objects/Hacking/Loot.cs +++ b/ShiftOS.Objects/Hacking/Loot.cs @@ -17,7 +17,7 @@ namespace ShiftOS.Objects { get { - return LootName.ToLower().Replace(" ", "_"); + return PointTo; } } -- cgit v1.2.3