diff options
author | ShadowNinja <shadowninja@minetest.net> | 2013-11-14 19:11:20 -0500 |
---|---|---|
committer | ShadowNinja <shadowninja@minetest.net> | 2013-11-14 19:11:20 -0500 |
commit | db664d68f89ccb0208e77491aaec5109574bcc05 (patch) | |
tree | dd2012c95d765b6975f8cd1d464a239962ca5fdd /pos.lua | |
parent | b40b9d2c39a602fe779cc7076303407cf3269d4d (diff) |
License tweaks
Diffstat (limited to 'pos.lua')
-rw-r--r-- | pos.lua | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,8 +1,9 @@ -- I could depend on WorldEdit for this, but you need to have the 'worldedit' -- permission to use those commands and you don't have --- /area_pos{1,2} [x y z|x,y,z]. Since this is mostly copied from WorldEdit --- it is licensed under the AGPL. +-- /area_pos{1,2} [X Y Z|X,Y,Z]. +-- Since this is mostly copied from WorldEdit it is mostly +-- licensed under the AGPL. (select_area is a exception) areas.marker1 = {} areas.marker2 = {} |