Advertisement
Guest User

Untitled

a guest
Sep 29th, 2014
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. minetest.register_on_joinplayer(function (player)
  2.     player:on_step(function (self, dtime)
  3.         print(player:get_player_control())
  4.     end)
  5. end)
  6.  
  7. init.lua:35: attempt to call method 'on_step' (a nil value)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement