Spaces:
caillef
/
No application file

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