mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Merge branch 'master' into varregion
This commit is contained in:
@@ -461,7 +461,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Chat
|
||||
|
||||
string result = instr;
|
||||
|
||||
if (result == null || result.Length == 0)
|
||||
if (string.IsNullOrEmpty(result))
|
||||
return result;
|
||||
|
||||
// Repeatedly scan the string until all possible
|
||||
|
||||
Reference in New Issue
Block a user