mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
set HasGridUserTried on usercache of NPCs
This commit is contained in:
@@ -79,7 +79,7 @@ namespace OpenSim.Services.Interfaces
|
||||
/// <param name="uuid"></param>
|
||||
/// <param name="firstName"></param>
|
||||
/// <param name="lastName"></param>
|
||||
void AddUser(UUID uuid, string firstName, string lastName);
|
||||
void AddUser(UUID uuid, string first, string last, bool isNPC = false);
|
||||
|
||||
/// <summary>
|
||||
/// Add a user.
|
||||
|
||||
Reference in New Issue
Block a user