diff --git a/core.rkt b/core.rkt index 5839f1f..c363fac 100644 --- a/core.rkt +++ b/core.rkt @@ -109,8 +109,8 @@ (define MINETEST_PATH (cond - [(eq? (system-type 'os) 'unix) "/home/thoughtstem/.minetest/"] - [(eq? (system-type 'os) 'macosx) (string-append (path->string home) "/Library/Application Support/minetest")] + [(eq? (system-type 'os) 'unix) (string-append (path->string home) ".minetest/")] + [(eq? (system-type 'os) 'macosx) (string-append (path->string home) "Library/Application Support/minetest")] [(eq? (system-type 'os) 'windows) "C:/minetest/"])) ;DATA STRUCTURES