mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Typo in constructor during class rename (whoops!)
* OpenSim is now over 9000.
This commit is contained in:
@@ -10,7 +10,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
private readonly UUID m_uuid;
|
||||
private readonly string m_name;
|
||||
|
||||
public SIUser(UUID uuid, string name)
|
||||
public SEUser(UUID uuid, string name)
|
||||
{
|
||||
this.m_uuid = uuid;
|
||||
this.m_name = name;
|
||||
|
||||
Reference in New Issue
Block a user