summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/MagicCarpet/objects.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--MCServer/Plugins/MagicCarpet/objects.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/MCServer/Plugins/MagicCarpet/objects.lua b/MCServer/Plugins/MagicCarpet/objects.lua
index 30528cc42..7c19fc232 100644
--- a/MCServer/Plugins/MagicCarpet/objects.lua
+++ b/MCServer/Plugins/MagicCarpet/objects.lua
@@ -52,7 +52,7 @@ function cCarpet:new()
end
function cCarpet:remove()
- local World = cRoot:Get():GetWorld()
+ local World = cRoot:Get():GetDefaultWorld()
for i, fib in ipairs( self.Fibers ) do
local x = self.Location.x + fib.x
local y = self.Location.y + fib.y
@@ -66,7 +66,7 @@ function cCarpet:remove()
end
function cCarpet:draw()
- local World = cRoot:Get():GetWorld()
+ local World = cRoot:Get():GetDefaultWorld()
for i, fib in ipairs( self.Fibers ) do
local x = self.Location.x + fib.x
local y = self.Location.y + fib.y