mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Renamed one var and deleted commented code. No functional changes.
This commit is contained in:
@@ -50,7 +50,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
/// <param name="uuid"></param>
|
||||
/// <param name="firstName"></param>
|
||||
/// <param name="profileURL"></param>
|
||||
void AddUser(UUID uuid, string firstName, string lastName, string profileURL);
|
||||
void AddUser(UUID uuid, string firstName, string lastName, string homeURL);
|
||||
|
||||
bool IsLocalGridUser(UUID uuid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user