mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2025-08-03 07:40:39 +02:00
remove print statement
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user