diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-07-29 19:58:26 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-07-29 19:58:26 +0100 |
commit | 3e458e1e49687be99f6d492347f452ac60366dcd (patch) | |
tree | 664ce40e69e9c1edc87d0ddba1697fb470d4108e | |
parent | 83600fbba82a96d215e00262845ebfb06227165d (diff) |
remove print statement
-rw-r--r-- | api.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1433,7 +1433,7 @@ end local do_states = function(self, dtime) local yaw = self.object:get_yaw() or 0 -print ("---- yaw", yaw) + if self.state == "stand" then if random(1, 4) == 1 then |