Fix crashes in wireframe commands

This commit is contained in:
Starbeamrainbowlabs 2022-09-19 18:59:45 +01:00
parent 44e6ba8e3c
commit 6c8ce90593
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
local wea = worldeditadditions
local wea_c = worldeditadditions
local Vector3 = worldeditadditions.Vector3
local wea_c = worldeditadditions_core
local Vector3 = wea_c.Vector3
-- ██ ██ ██████ ██████ ██ ██

View File

@ -1,4 +1,4 @@
local wea_c = worldeditadditions
local wea_c = worldeditadditions_core
local wea = worldeditadditions
local Vector3 = wea_c.Vector3