From fe57086ae22f1d96e2e54dc35b0491ad9dce047b Mon Sep 17 00:00:00 2001 From: DarkGod <darkgod@net-core.org> Date: Thu, 9 Jan 2014 23:03:46 +0100 Subject: [PATCH] yay --- game/modules/tome/init.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/game/modules/tome/init.lua b/game/modules/tome/init.lua index 3b0a96ae35..d835db4ee9 100644 --- a/game/modules/tome/init.lua +++ b/game/modules/tome/init.lua @@ -48,8 +48,12 @@ starter = "mod.load" -- List of additional team files required teams = { + -- Normal packaging { "#name#-#version#-music.team", "optional", "/" }, { "#name#-#version#-gfx.team", "optional", "/" }, + -- Steam packaging + { "#name#-music.team", "optional", "/" }, + { "#name#-gfx.team", "optional", "/" }, } show_funfacts = true -- GitLab