Skip to content

Commit

Permalink
Revert identity change
Browse files Browse the repository at this point in the history
Apparently this was not the default, and can cause saves to be "lost".
  • Loading branch information
Drauthius committed Dec 4, 2019
1 parent 8d04bfb commit 78c7b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ along with A Village in the Sky. If not, see <http://www.gnu.org/licenses/>.
--]]

function love.conf(t)
t.identity = "village-in-the-sky"
--t.identity = "village-in-the-sky"
t.version = "11.0"
t.console = false

Expand Down

0 comments on commit 78c7b9b

Please sign in to comment.