diff options
| author | sfan5 <sfan5@live.de> | 2022-05-02 20:55:04 +0200 |
|---|---|---|
| committer | sfan5 <sfan5@live.de> | 2022-05-02 20:56:06 +0200 |
| commit | e7659883cc6fca343785da2a1af3890ae273abbf (patch) | |
| tree | b8d2e3bdbe10ed0e99074207113e24ccca3fb5df /games/devtest/mods/unittests/init.lua | |
| parent | 663c9364289dae45aeb86a87cba826f577d84a9c (diff) | |
| download | minetest-e7659883cc6fca343785da2a1af3890ae273abbf.tar.xz | |
Async environment for mods to do concurrent tasks (#11131)
Diffstat (limited to 'games/devtest/mods/unittests/init.lua')
| -rw-r--r-- | games/devtest/mods/unittests/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/devtest/mods/unittests/init.lua b/games/devtest/mods/unittests/init.lua index 0754d507f..0608f2dd2 100644 --- a/games/devtest/mods/unittests/init.lua +++ b/games/devtest/mods/unittests/init.lua @@ -175,6 +175,7 @@ dofile(modpath .. "/misc.lua") dofile(modpath .. "/player.lua") dofile(modpath .. "/crafting.lua") dofile(modpath .. "/itemdescription.lua") +dofile(modpath .. "/async_env.lua") -------------- |
