1
0
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:
TenPlus1 2017-07-29 19:58:26 +01:00
parent 83600fbba8
commit 3e458e1e49

View File

@ -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