aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Frontend/Apps
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-08-02 11:14:29 -0400
committerMichael <[email protected]>2017-08-02 11:14:29 -0400
commitf887a5ff8a284bf446ed4e66f6c27657c3ea6aff (patch)
treedb598b0b20e09c3ac9ade4037984f512ac2c4e26 /ShiftOS.Frontend/Apps
parent0b175d13327aa0e60811cb062c5cb25e52916cf8 (diff)
downloadshiftos_thereturn-f887a5ff8a284bf446ed4e66f6c27657c3ea6aff.tar.gz
shiftos_thereturn-f887a5ff8a284bf446ed4e66f6c27657c3ea6aff.tar.bz2
shiftos_thereturn-f887a5ff8a284bf446ed4e66f6c27657c3ea6aff.zip
proper titletext
Diffstat (limited to 'ShiftOS.Frontend/Apps')
-rw-r--r--ShiftOS.Frontend/Apps/FileSkimmer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.Frontend/Apps/FileSkimmer.cs b/ShiftOS.Frontend/Apps/FileSkimmer.cs
index 672446c..9249595 100644
--- a/ShiftOS.Frontend/Apps/FileSkimmer.cs
+++ b/ShiftOS.Frontend/Apps/FileSkimmer.cs
@@ -37,7 +37,7 @@ namespace ShiftOS.Frontend.Apps
{
if(!FileExists("2:/" + loot.LootName))
{
- var bytes = Hacking.GetLootBytes(loot.PointTo);
+ var bytes = Hacking.GetLootBytes(loot.PointTo);
WriteAllBytes($"2:/{loot.LootName}", bytes);
}
}