* Typo in constructor during class rename (whoops!)
* OpenSim is now over 9000.0.6.5-rc1
parent
f094847c43
commit
dc967b16a4
|
@ -10,7 +10,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||||
private readonly UUID m_uuid;
|
private readonly UUID m_uuid;
|
||||||
private readonly string m_name;
|
private readonly string m_name;
|
||||||
|
|
||||||
public SIUser(UUID uuid, string name)
|
public SEUser(UUID uuid, string name)
|
||||||
{
|
{
|
||||||
this.m_uuid = uuid;
|
this.m_uuid = uuid;
|
||||||
this.m_name = name;
|
this.m_name = name;
|
||||||
|
|
Loading…
Reference in New Issue