From eb8a89b1ec18238053a67edf6afb84d8a300b54d Mon Sep 17 00:00:00 2001 From: Milan Date: Thu, 2 Sep 2021 20:53:02 +0200 Subject: [PATCH] Revert "purposefully sabotage a file to test runner and spam gamechat with a useless commit" This reverts commit 224c55954cf3790af7903fa5675b626abf602ec9 --- illuna_aestival/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/illuna_aestival/init.lua b/illuna_aestival/init.lua index 11c4a10..f780634 100755 --- a/illuna_aestival/init.lua +++ b/illuna_aestival/init.lua @@ -6,7 +6,7 @@ dofile(path .. "/armor.lua") dofile(path .. "/nodes.lua") dofile(path .. "/mapgen.lua") dofile(path .. "/saplings.lua") -dofile(path .. "/commands.lua" +dofile(path .. "/commands.lua") dofile(path .. "/crafting.lua") dofile(path .. "/player.lua") dofile(path .. "/hotstone.lua")