mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
oops
This commit is contained in:
@@ -513,7 +513,10 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
bw.Write(kvp.Key);
|
||||
bw.Write(kvp.Value.Value);
|
||||
bw.Write(kvp.Value.Password);
|
||||
if(kvp.Value.IsProtected)
|
||||
bw.Write(kvp.Value.Password);
|
||||
else
|
||||
bw.Write((byte)0);
|
||||
}
|
||||
}
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user