From 78c7b9b1c6817cfbb8d586c58455f1abcf41891c Mon Sep 17 00:00:00 2001 From: Drauthius Date: Wed, 4 Dec 2019 20:13:35 +0100 Subject: [PATCH] Revert identity change Apparently this was not the default, and can cause saves to be "lost". --- conf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.lua b/conf.lua index 902d5bc..5530197 100644 --- a/conf.lua +++ b/conf.lua @@ -18,7 +18,7 @@ along with A Village in the Sky. If not, see . --]] function love.conf(t) - t.identity = "village-in-the-sky" + --t.identity = "village-in-the-sky" t.version = "11.0" t.console = false