We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad0a56 commit db46843Copy full SHA for db46843
readme.md
@@ -1,4 +1,4 @@
1
-customCommands 3.1.0
+customCommands 4.0.0
2
===
3
4
This module allows you to
@@ -11,7 +11,8 @@ This module allows you to
11
12
Important compatibility notes
13
---
14
-
+
15
+* since 4.0.0 the default expected path of ingame modules is ./modules.lua
16
* since 3.1.x should provide tools to be robust on units sharing
17
18
@@ -29,7 +30,7 @@ Mandatory to access the API of custom commands module
29
30
31
```
32
-- get madatory module operators
-VFS.Include("LuaRules/modules.lua") -- modules table
33
+VFS.Include("modules.lua") -- modules table
34
VFS.Include(modules.attach.data.path .. modules.attach.data.head) -- attach lib module
35
36
-- get other madatory dependencies
0 commit comments