* Typo in constructor during class rename (whoops!)

* OpenSim is now over 9000.
0.6.5-rc1
Adam Frisby 2009-04-05 01:29:58 +00:00
parent f094847c43
commit dc967b16a4
1 changed files with 1 additions and 1 deletions

View File

@ -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;