forked from mtcontrib/mobs_redo
remove print statement
This commit is contained in:
parent
83600fbba8
commit
3e458e1e49
2
api.lua
2
api.lua
@ -1433,7 +1433,7 @@ end
|
|||||||
local do_states = function(self, dtime)
|
local do_states = function(self, dtime)
|
||||||
|
|
||||||
local yaw = self.object:get_yaw() or 0
|
local yaw = self.object:get_yaw() or 0
|
||||||
print ("---- yaw", yaw)
|
|
||||||
if self.state == "stand" then
|
if self.state == "stand" then
|
||||||
|
|
||||||
if random(1, 4) == 1 then
|
if random(1, 4) == 1 then
|
||||||
|
Loading…
Reference in New Issue
Block a user