diff options
author | RealBadAngel <maciej.kasatkin@yahoo.com> | 2014-01-27 12:15:25 +0100 |
---|---|---|
committer | RealBadAngel <maciej.kasatkin@yahoo.com> | 2014-01-27 12:15:25 +0100 |
commit | 3306676910b903abf9b9e844dbc1d7c293054979 (patch) | |
tree | cd9c030f7604b6440e9a4b7fb681a6c21f00fa2c /init.lua | |
parent | 34a52a4c0fa6cf9c060b8076202278de30d1004c (diff) |
Initial waypoints tab upload
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,8 +35,10 @@ if creative_inventory then end end +dofile(modpath.."/datastorage.lua") dofile(modpath.."/api.lua") dofile(modpath.."/internal.lua") dofile(modpath.."/callbacks.lua") dofile(modpath.."/register.lua") dofile(modpath.."/bags.lua") +dofile(modpath.."/waypoints.lua") |