aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HermesOnDisk.cs4
-rw-r--r--README.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/HermesOnDisk.cs b/HermesOnDisk.cs
index 5ef29d3..5e76a24 100644
--- a/HermesOnDisk.cs
+++ b/HermesOnDisk.cs
@@ -1,7 +1,7 @@
// ┌─────────────────────────────────────────────────────────────────────────────────────┐
// │ "The Hermes On Your Disk!".cs │
// │ │
-// │ It's a dump, stupid game archive system, but FAST. │
+// │ It's a dumb, stupid game archive system, but FAST. │
// │ │
// │ # HOW TO IMPORT? │
// │ │
@@ -196,7 +196,7 @@ namespace HermesOnDisk
/// </summary>
public static void Store()
{
- if (IsDirty) return;
+ if (!IsDirty) return;
if (ModifiedByteMap.Count > 0) BackupPack();
StoreAll();
}
diff --git a/README.md b/README.md
index 262fa1b..197253d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# HermesOnDisk
-It's a dump, stupid game archive system, but FAST.
+It's a dumb, stupid game archive system, but FAST.
## HOW TO USE