mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Fix a small bug. Trusted script crossings now work again
This commit is contained in:
@@ -1452,7 +1452,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine
|
||||
mappath = Path.Combine(mappath, mapE.GetAttribute("Filename"));
|
||||
|
||||
FileStream mfs = File.Create(mappath);
|
||||
StreamWriter msw = new StreamWriter(sfs);
|
||||
StreamWriter msw = new StreamWriter(mfs);
|
||||
|
||||
msw.Write(mapE.InnerText);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user