mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* Added 3 warnings in response to the warnings. Adam, read the warnings.
This commit is contained in:
@@ -144,6 +144,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Groups
|
||||
|
||||
private void OnAgentDataUpdateRequest(IClientAPI remoteClient, LLUUID AgentID, LLUUID SessionID)
|
||||
{
|
||||
// Adam, this is one of those impossible to refactor items without resorting to .Split hackery
|
||||
string firstname = remoteClient.FirstName;
|
||||
string lastname = remoteClient.LastName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user