Updates to player

This commit is contained in:
Brandon 2015-12-26 00:07:46 -06:00
parent 87187f9c12
commit a6c0ceb099

View File

@ -86,6 +86,7 @@ local player_anim = {}
local player_sneak = {}
default.player_attached = {}
default.player_attached_to = {}
default.attached_to_player = {}
function default.player_get_animation(player)
local name = player:get_player_name()