aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Objects/Hacking
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-08-02 10:23:13 -0400
committerMichael <[email protected]>2017-08-02 10:23:13 -0400
commit37cf129165916101ba665891d157c85ea9c37383 (patch)
treebc184d6be19bdf1258faba51a1323bfeec676502 /ShiftOS.Objects/Hacking
parent10d2c0bbaa2b5c933a37056c784d3de84fa82eaf (diff)
downloadshiftos_thereturn-37cf129165916101ba665891d157c85ea9c37383.tar.gz
shiftos_thereturn-37cf129165916101ba665891d157c85ea9c37383.tar.bz2
shiftos_thereturn-37cf129165916101ba665891d157c85ea9c37383.zip
The first loot!
Diffstat (limited to 'ShiftOS.Objects/Hacking')
-rw-r--r--ShiftOS.Objects/Hacking/Loot.cs2
1 files changed, 1 insertions, 1 deletions
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;
}
}