Corentin Cailleaud commited on
Commit
755941f
1 Parent(s): c057fe6
Files changed (1) hide show
  1. cubzh.lua +1 -0
cubzh.lua CHANGED
@@ -365,6 +365,7 @@ if IsClient then
365
  NPC.avatar:SetParent(NPC.object.avatarContainer)
366
 
367
  NPC.name = name
 
368
 
369
  NPC.object.onIdle = function()
370
  local animations = NPC.avatar.Animations
 
365
  NPC.avatar:SetParent(NPC.object.avatarContainer)
366
 
367
  NPC.name = name
368
+ NPC.gameName = gameName
369
 
370
  NPC.object.onIdle = function()
371
  local animations = NPC.avatar.Animations