mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
clean some spurius chars and a few other things. Thanks Vincent Sylvester
This commit is contained in:
@@ -3637,7 +3637,7 @@ namespace OpenSim.Framework
|
||||
if (value.Contains(' ') && !value.Contains(','))
|
||||
value = value.Replace(" ", ", ");
|
||||
|
||||
return (T)Enum.Parse(typeof(T), value); ;
|
||||
return (T)Enum.Parse(typeof(T), value);
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user