mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2025-01-12 02:40:21 +01:00
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