diff --git a/src/lib/KVStore.hx b/src/lib/KVStore.hx index 107f3fd..b216887 100644 --- a/src/lib/KVStore.hx +++ b/src/lib/KVStore.hx @@ -14,6 +14,7 @@ class KVStore { public function new(namespace: String) { this.namespace = namespace; + this.load(); } public static function removeNamespace(namespace: String): Void {