From c1fce81bc3a3d3507dcb29eb591aceff617f53de Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 31 Dec 2023 17:08:36 +0000 Subject: [PATCH] =?UTF-8?q?post=5Fmarker=5Fwall:=20@module=20=E2=86=92=20@?= =?UTF-8?q?namespace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldeditadditions_core/core/entities/pos_marker_wall.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worldeditadditions_core/core/entities/pos_marker_wall.lua b/worldeditadditions_core/core/entities/pos_marker_wall.lua index 4dfb297..c2e662b 100644 --- a/worldeditadditions_core/core/entities/pos_marker_wall.lua +++ b/worldeditadditions_core/core/entities/pos_marker_wall.lua @@ -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