mirror of
https://github.com/tacigar/maidroid.git
synced 2024-11-16 07:10:21 +01:00
commit
9138e52053
|
@ -198,8 +198,6 @@ do
|
||||||
local function on_activate(self, staticdata)
|
local function on_activate(self, staticdata)
|
||||||
self.object:set_properties{textures = {"maidroid_tool:core_node"}}
|
self.object:set_properties{textures = {"maidroid_tool:core_node"}}
|
||||||
|
|
||||||
print(staticdata)
|
|
||||||
|
|
||||||
if staticdata ~= "" then
|
if staticdata ~= "" then
|
||||||
local data = minetest.deserialize(staticdata)
|
local data = minetest.deserialize(staticdata)
|
||||||
self.is_rotating = data["is_rotating"]
|
self.is_rotating = data["is_rotating"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user