From 7bbe9edc81e11aaee184135224712198b2435d87 Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 22 Jan 2023 10:09:42 -0800 Subject: Add: classes for game objects; --- init.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.lisp') diff --git a/init.lisp b/init.lisp index 6585ea9..68b2a16 100644 --- a/init.lisp +++ b/init.lisp @@ -4,8 +4,8 @@ (defun init-db (&optional config) (unless (boundp 'db:*store*) - (if config - nil + (unless config + nil ; TODO: handle the case where we have a config (make-instance 'db:mp-store :directory (merge-pathnames "dnd-store/" (user-homedir-pathname)) -- cgit v1.2.3