mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
Fix crashes in wireframe commands
This commit is contained in:
parent
44e6ba8e3c
commit
6c8ce90593
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
local wea = worldeditadditions
|
local wea = worldeditadditions
|
||||||
local wea_c = worldeditadditions
|
local wea_c = worldeditadditions_core
|
||||||
local Vector3 = worldeditadditions.Vector3
|
local Vector3 = wea_c.Vector3
|
||||||
|
|
||||||
|
|
||||||
-- ██ ██ ██████ ██████ ██ ██
|
-- ██ ██ ██████ ██████ ██ ██
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
local wea_c = worldeditadditions
|
local wea_c = worldeditadditions_core
|
||||||
local wea = worldeditadditions
|
local wea = worldeditadditions
|
||||||
local Vector3 = wea_c.Vector3
|
local Vector3 = wea_c.Vector3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue