Rename dependencies folder -> deps

This commit is contained in:
Zughy 2022-12-24 10:35:21 +01:00
parent 25ac28cca5
commit a061f98003
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ dofile(srcpath .. "/chat.lua")
dofile(srcpath .. "/commands.lua")
dofile(srcpath .. "/player_manager.lua")
dofile(srcpath .. "/privs.lua")
dofile(srcpath .. "/dependencies/parties.lua")
dofile(srcpath .. "/deps/parties.lua")
dofile(srcpath .. "/editor/editor_main.lua")
dofile(srcpath .. "/editor/editor_icons.lua")
dofile(srcpath .. "/editor/tools_bgm.lua")

0
src/dependencies/parties.lua → src/deps/parties.lua Executable file → Normal file
View File