diff --git a/src/play_clj/core_utils.clj b/src/play_clj/core_utils.clj index 0f04991..1a2cbb0 100644 --- a/src/play_clj/core_utils.clj +++ b/src/play_clj/core_utils.clj @@ -60,7 +60,7 @@ specified path. (pref! pref-name :put {\"player-health\" 40 \"player-x\" 20 \"player-y\" 50}) - ; you may want to call this to make sure it's stored on disk + ; save the changes to the disk (pref! pref-name :flush) ; retrieve a single preference (pref! pref-name :get-float \"player-health\")"