mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
accept HumanDNA instead of HumanDNAAI
This commit is contained in:
parent
8770751d27
commit
faac5ba300
@ -144,7 +144,8 @@ class ServerRepository:
|
||||
|
||||
# Also try it without the dcSuffix.
|
||||
if classDef == None:
|
||||
classDef = dcImports.get(dcClass.getName())
|
||||
className = dclass.getName()
|
||||
classDef = dcImports.get(className)
|
||||
|
||||
if classDef == None:
|
||||
self.notify.info("No class definition for %s." % (className))
|
||||
|
Loading…
x
Reference in New Issue
Block a user