mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
post_marker_wall: @module → @namespace
This commit is contained in:
parent
31c2574ad4
commit
c1fce81bc3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ local EventEmitter = worldeditadditions_core.EventEmitter
|
|||
local Vector3 = wea_c.Vector3
|
||||
|
||||
---
|
||||
-- @module worldeditadditions_core.entities.pos_marker_wall
|
||||
-- @namespace worldeditadditions_core.entities.pos_marker_wall
|
||||
local anchor
|
||||
|
||||
local entity_wall_size = 10
|
||||
|
|
Loading…
Reference in a new issue