mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
having the file open then let PermissionsToString know about Export
This commit is contained in:
@@ -60,6 +60,8 @@ namespace OpenSim.Framework
|
||||
str += "C";
|
||||
if ((perms & (int)PermissionMask.Transfer) != 0)
|
||||
str += "T";
|
||||
if ((perms & (int)PermissionMask.Export) != 0)
|
||||
str += "X";
|
||||
if (str == "")
|
||||
str = ".";
|
||||
return str;
|
||||
|
||||
Reference in New Issue
Block a user