mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
pcampbot do not add 0 to last name if only making one bot; do not try to look for tree textures
This commit is contained in:
@@ -650,7 +650,7 @@ namespace pCampBot
|
||||
|
||||
Primitive prim = args.Prim;
|
||||
|
||||
if (prim != null)
|
||||
if (prim is not null && prim.Textures.DefaultTexture is not null)
|
||||
{
|
||||
lock (m_objects)
|
||||
m_objects[prim.ID] = prim;
|
||||
|
||||
Reference in New Issue
Block a user