change string terminator check

This commit is contained in:
UbitUmarov
2020-02-06 22:54:17 +00:00
parent b2ef1545e5
commit c245ce3c25

View File

@@ -602,7 +602,7 @@ namespace OpenSim.Framework
}
static char[] seps = new char[] { '\t', '\n' };
static char[] stringseps = new char[] { '|', '\t', '\n' };
static char[] stringseps = new char[] { '|', '\n' };
static byte[] moronize = new byte[16]
{